diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-12 23:43:28 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-12 23:43:28 -0800 |
commit | 6db5c6e43dccb380ca6e9947777985eb11248c31 (patch) | |
tree | 309616373d64ae119ff38e8c44d256b9d507d68d /Documentation/RelNotes/1.7.9.txt | |
parent | 478c44658e9c92c2c17ab4775f3c31ea713ec7de (diff) | |
download | git-6db5c6e43dccb380ca6e9947777985eb11248c31.tar.gz git-6db5c6e43dccb380ca6e9947777985eb11248c31.tar.xz |
Git 1.7.9-rc1v1.7.9-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.9.txt')
-rw-r--r-- | Documentation/RelNotes/1.7.9.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.9.txt b/Documentation/RelNotes/1.7.9.txt index 79397eb6c..5eb88b899 100644 --- a/Documentation/RelNotes/1.7.9.txt +++ b/Documentation/RelNotes/1.7.9.txt @@ -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 |