Skip to content

Commit a95148d

Browse files
committed
GIT 1.6.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a1070d4 commit a95148d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Documentation/RelNotes-1.6.2.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,3 @@ v1.6.1.X series.
162162

163163
* "git -p cmd" when cmd is not a built-in one left the display in funny state
164164
when killed in the middle.
165-
166-
--
167-
exec >/var/tmp/1
168-
O=v1.6.2-rc2
169-
echo O=$(git describe master)
170-
git shortlog --no-merges $O..master ^maint

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.6.2/git.html[documentation for release 1.6.2]
47+
48+
* release notes for
49+
link:RelNotes-1.6.2.txt[1.6.2].
50+
4651
* link:v1.6.1.3/git.html[documentation for release 1.6.1.3]
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.6.2-rc2.GIT
4+
DEF_VER=v1.6.2.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)