Skip to content

Commit

Permalink
GIT 1.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed May 7, 2009
1 parent c5ae7cb commit f01f109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Documentation/RelNotes-1.6.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,3 @@ v1.6.2.X series.

* git-gc spent excessive amount of time to decide if an object appears
in a locally existing pack (if needed, backport by merging 69e020a).

---
exec >/var/tmp/1
O=v1.6.3-rc2
echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint
4 changes: 3 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

* link:v1.6.2.3/git.html[documentation for release 1.6.2.3]
* link:v1.6.3/git.html[documentation for release 1.6.3]

* release notes for
link:RelNotes-1.6.2.5.txt[1.6.2.5],
link:RelNotes-1.6.2.4.txt[1.6.2.4],
link:RelNotes-1.6.2.3.txt[1.6.2.3],
link:RelNotes-1.6.2.2.txt[1.6.2.2],
link:RelNotes-1.6.2.1.txt[1.6.2.1],
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.6.2.GIT
DEF_VER=v1.6.3.GIT

LF='
'
Expand Down

0 comments on commit f01f109

Please sign in to comment.