Skip to content

Commit f01f109

Browse files
committed
GIT 1.6.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c5ae7cb commit f01f109

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

Documentation/RelNotes-1.6.3.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,3 @@ v1.6.2.X series.
180180

181181
* git-gc spent excessive amount of time to decide if an object appears
182182
in a locally existing pack (if needed, backport by merging 69e020a).
183-
184-
---
185-
exec >/var/tmp/1
186-
O=v1.6.3-rc2
187-
echo O=$(git describe master)
188-
git shortlog --no-merges $O..master ^maint

Documentation/git.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +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.3/git.html[documentation for release 1.6.2.3]
46+
* link:v1.6.3/git.html[documentation for release 1.6.3]
4747

4848
* release notes for
49+
link:RelNotes-1.6.2.5.txt[1.6.2.5],
50+
link:RelNotes-1.6.2.4.txt[1.6.2.4],
4951
link:RelNotes-1.6.2.3.txt[1.6.2.3],
5052
link:RelNotes-1.6.2.2.txt[1.6.2.2],
5153
link:RelNotes-1.6.2.1.txt[1.6.2.1],

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.GIT
4+
DEF_VER=v1.6.3.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)