aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.7.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-25 21:00:46 -0700
committerJunio C Hamano <gitster@pobox.com>2011-08-25 21:00:46 -0700
commita452d148d10a89ae502bc4755c191ab323227ce5 (patch)
tree952ea0032389212351d0b22fd3e797e50b3559a6 /Documentation/RelNotes/1.7.7.txt
parent284daf29026c519729747bd2051829f0f958473c (diff)
downloadgit-a452d148d10a89ae502bc4755c191ab323227ce5.tar.gz
git-a452d148d10a89ae502bc4755c191ab323227ce5.tar.xz
Git 1.7.7-rc0v1.7.7-rc0
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.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt
index dcbda84e8..a717cd622 100644
--- a/Documentation/RelNotes/1.7.7.txt
+++ b/Documentation/RelNotes/1.7.7.txt
@@ -103,14 +103,21 @@ Fixes since v1.7.6
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
included in this release.
- * "ls-files ../$path" that is run from a subdirectory reported errors
+ * "git branch --set-upstream @{-1} foo" did not expand @{-1} correctly.
+ (merge e9d4f74 mg/branch-set-upstream-previous later to 'maint').
+
+ * "git describe --dirty" did not refresh the index before checking the
+ state of the working tree files.
+ (cherry-pick bb57148 ac/describe-dirty-refresh later to 'maint').
+
+ * "git ls-files ../$path" that is run from a subdirectory reported errors
incorrectly when there is no such path that matches the given pathspec.
(merge 0f64bfa cb/maint-ls-files-error-report later to 'maint').
--
exec >/var/tmp/1
echo O=$(git describe master)
-O=v1.7.6-576-g6fcb384
+O=v1.7.6.1-415-g284daf2
git log --first-parent --oneline $O..master
echo
git shortlog --no-merges ^maint ^$O master