Skip to content

Commit

Permalink
Git 1.7.9-rc1
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 Jan 13, 2012
1 parent 478c446 commit 6db5c6e
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Documentation/RelNotes/1.7.9.txt
Original file line number Diff line number Diff line change
@@ -28,6 +28,10 @@ Updates since v1.7.8
building more generic "sequencer" on top of the implementation that
drives them.

* "git rev-parse FETCH_HEAD" after "git fetch" without specifying
what to fetch from the command line will now show the commit that
would be merged if the command were "git pull".

* "git add" learned to stream large files directly into a packfile
instead of writing them into individual loose object files.

@@ -108,7 +112,7 @@ details).

--
exec >/var/tmp/1
O=v1.7.8.2-301-g48de656
O=v1.7.9-rc0-44-g478c446
echo O=$(git describe master)
git log --first-parent --oneline --reverse ^$O master
echo
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.7.9-rc0
DEF_VER=v1.7.9-rc1

LF='
'

0 comments on commit 6db5c6e

Please sign in to comment.