summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 478c446)
raw | patch | inline | side by side (parent: 478c446)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 13 Jan 2012 07:43:28 +0000 (23:43 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 13 Jan 2012 07:43:28 +0000 (23:43 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.9.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 79397eb6c78e7895ee8bfba74df298c6381ec5db..5eb88b899a43960f5d48fd39bb3b6d9496cd543f 100644 (file)
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.
--
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
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4e83354d0bedf0a55ae2d79e0803fbf657313115..15d06cfaab509b9a358dadad1f77cd02e5232c7a 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.9-rc0
+DEF_VER=v1.7.9-rc1
LF='
'