提交 6db5c6e4 编写于 作者: J Junio C Hamano

Git 1.7.9-rc1

Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 478c4465
......@@ -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
......
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v1.7.9-rc0
DEF_VER=v1.7.9-rc1
LF='
'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册