File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -103,14 +103,21 @@ Fixes since v1.7.6
103103Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
104104included in this release.
105105
106- * "ls-files ../$path" that is run from a subdirectory reported errors
106+ * "git branch --set-upstream @{-1} foo" did not expand @{-1} correctly.
107+ (merge e9d4f74 mg/branch-set-upstream-previous later to 'maint').
108+
109+ * "git describe --dirty" did not refresh the index before checking the
110+ state of the working tree files.
111+ (cherry-pick bb57148 ac/describe-dirty-refresh later to 'maint').
112+
113+ * "git ls-files ../$path" that is run from a subdirectory reported errors
107114 incorrectly when there is no such path that matches the given pathspec.
108115 (merge 0f64bfa cb/maint-ls-files-error-report later to 'maint').
109116
110117--
111118exec >/var/tmp/1
112119echo O=$(git describe master)
113- O=v1.7.6-576-g6fcb384
120+ O=v1.7.6.1-415-g284daf2
114121git log --first-parent --oneline $O..master
115122echo
116123git shortlog --no-merges ^maint ^$O master
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.6.GIT
4+ DEF_VER=v1.7.7-rc0
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments