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.
141141 of the branch that is currently checked out updated.
142142 (merge 55c4a67 ci/forbid-unwanted-current-branch-update later to 'maint').
143143
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+
144149 * "git clone" failed to clone locally from a ".git" file that itself
145150 is not a directory but is a pointer to one.
146151 (merge 9b0ebc7 nd/maint-clone-gitdir later to 'maint').
@@ -161,7 +166,7 @@ included in this release.
161166--
162167exec >/var/tmp/1
163168echo O=$(git describe master)
164- O=v1.7.7-rc0-174-ga536a9d
169+ O=v1.7.7-rc0-185-gb648557
165170git log --first-parent --oneline $O..master
166171echo
167172git shortlog --no-merges ^maint ^$O master
You can’t perform that action at this time.
0 commit comments