File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,11 @@ included in this release.
141
141
of the branch that is currently checked out updated.
142
142
(merge 55c4a67 ci/forbid-unwanted-current-branch-update later to 'maint').
143
143
144
+ * "git check-ref-format --print" used to parrot a candidate string that
145
+ began with a slash (e.g. /refs/heads/master) without stripping it, to make
146
+ the result a suitably normalized string the caller can append to "$GIT_DIR/".
147
+ (merge f3738c1 mh/check-ref-format-print-normalize later to 'maint').
148
+
144
149
* "git clone" failed to clone locally from a ".git" file that itself
145
150
is not a directory but is a pointer to one.
146
151
(merge 9b0ebc7 nd/maint-clone-gitdir later to 'maint').
@@ -161,7 +166,7 @@ included in this release.
161
166
--
162
167
exec >/var/tmp/1
163
168
echo O=$(git describe master)
164
- O=v1.7.7-rc0-174-ga536a9d
169
+ O=v1.7.7-rc0-185-gb648557
165
170
git log --first-parent --oneline $O..master
166
171
echo
167
172
git shortlog --no-merges ^maint ^$O master
You can’t perform that action at this time.
0 commit comments