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
103
103
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
104
104
included in this release.
105
105
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
107
114
incorrectly when there is no such path that matches the given pathspec.
108
115
(merge 0f64bfa cb/maint-ls-files-error-report later to 'maint').
109
116
110
117
--
111
118
exec >/var/tmp/1
112
119
echo O=$(git describe master)
113
- O=v1.7.6-576-g6fcb384
120
+ O=v1.7.6.1-415-g284daf2
114
121
git log --first-parent --oneline $O..master
115
122
echo
116
123
git shortlog --no-merges ^maint ^$O master
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.6.GIT
4
+ DEF_VER=v1.7.7-rc0
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments