Skip to content

Commit d599e04

Browse files
committed
Git 1.7.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 34c071a commit d599e04

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

Documentation/RelNotes-1.7.1.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Git v1.7.1 Release Notes (draft)
2-
================================
1+
Git v1.7.1 Release Notes
2+
========================
33

44
Updates since v1.7.0
55
--------------------
@@ -87,9 +87,3 @@ release, unless otherwise noted.
8787

8888
* "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
8989
newer tools in the git toolset.
90-
91-
---
92-
exec >/var/tmp/1
93-
echo O=$(git describe)
94-
O=v1.7.1-rc1-49-g407a963
95-
git shortlog --no-merges ^maint $O..

Documentation/git.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46+
* link:v1.7.1/git.html[documentation for release 1.7.1]
47+
48+
* release notes for
49+
link:RelNotes-1.7.1.txt[1.7.1].
50+
4651
* link:v1.7.0.6/git.html[documentation for release 1.7.0.6]
4752

4853
* release notes for

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.1.rc2
4+
DEF_VER=v1.7.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)