aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.7.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-09-06 11:48:21 -0700
committerJunio C Hamano <gitster@pobox.com>2011-09-06 11:48:21 -0700
commit50963badbcfe2693d7a51ace3079c6b48ec52f01 (patch)
tree74abfd1fa81aaacdc6f0f8edc85673b61462fdd2 /Documentation/RelNotes/1.7.7.txt
parentb648557ef1697df8a0db25efd74e280e6b23ce27 (diff)
downloadgit-50963badbcfe2693d7a51ace3079c6b48ec52f01.tar.gz
git-50963badbcfe2693d7a51ace3079c6b48ec52f01.tar.xz
Update draft release notes to 1.7.7
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.7.txt')
-rw-r--r--Documentation/RelNotes/1.7.7.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt
index ab50377e9..d81995622 100644
--- a/Documentation/RelNotes/1.7.7.txt
+++ b/Documentation/RelNotes/1.7.7.txt
@@ -141,6 +141,11 @@ included in this release.
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').
@@ -161,7 +166,7 @@ included in this release.
--
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