Git 1.7.7-rc0

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2011-08-25 21:00:46 -07:00
parent 284daf2902
commit a452d148d1
2 changed files with 10 additions and 3 deletions

View File

@ -103,14 +103,21 @@ Fixes since v1.7.6
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
included in this release. included in this release.
* "ls-files ../$path" that is run from a subdirectory reported errors * "git branch --set-upstream @{-1} foo" did not expand @{-1} correctly.
(merge e9d4f74 mg/branch-set-upstream-previous later to 'maint').
* "git describe --dirty" did not refresh the index before checking the
state of the working tree files.
(cherry-pick bb57148 ac/describe-dirty-refresh later to 'maint').
* "git ls-files ../$path" that is run from a subdirectory reported errors
incorrectly when there is no such path that matches the given pathspec. incorrectly when there is no such path that matches the given pathspec.
(merge 0f64bfa cb/maint-ls-files-error-report later to 'maint'). (merge 0f64bfa cb/maint-ls-files-error-report later to 'maint').
-- --
exec >/var/tmp/1 exec >/var/tmp/1
echo O=$(git describe master) echo O=$(git describe master)
O=v1.7.6-576-g6fcb384 O=v1.7.6.1-415-g284daf2
git log --first-parent --oneline $O..master git log --first-parent --oneline $O..master
echo echo
git shortlog --no-merges ^maint ^$O master git shortlog --no-merges ^maint ^$O master

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.7.6.GIT DEF_VER=v1.7.7-rc0
LF=' LF='
' '