summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b648557)
raw | patch | inline | side by side (parent: b648557)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 Sep 2011 18:48:21 +0000 (11:48 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 6 Sep 2011 18:48:21 +0000 (11:48 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.7.txt | patch | blob | history |
index ab50377e99c687433662ae129bd33343db323eea..d81995622d8bda7b53c87a8974d8b69d10da4a71 100644 (file)
of the branch that is currently checked out updated.
(merge 55c4a67 ci/forbid-unwanted-current-branch-update later to 'maint').
+ * "git check-ref-format --print" used to parrot a candidate string that
+ began with a slash (e.g. /refs/heads/master) without stripping it, to make
+ the result a suitably normalized string the caller can append to "$GIT_DIR/".
+ (merge f3738c1 mh/check-ref-format-print-normalize later to 'maint').
+
* "git clone" failed to clone locally from a ".git" file that itself
is not a directory but is a pointer to one.
(merge 9b0ebc7 nd/maint-clone-gitdir later to 'maint').
--
exec >/var/tmp/1
echo O=$(git describe master)
-O=v1.7.7-rc0-174-ga536a9d
+O=v1.7.7-rc0-185-gb648557
git log --first-parent --oneline $O..master
echo
git shortlog --no-merges ^maint ^$O master