From 28274d02c489f4c7e68153056e9061a46f62d7a0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 28 Dec 2015 14:00:52 -0800 Subject: Git 2.7-rc3 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.7.0.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Documentation') diff --git a/Documentation/RelNotes/2.7.0.txt b/Documentation/RelNotes/2.7.0.txt index dbc3fea7f..563dadc57 100644 --- a/Documentation/RelNotes/2.7.0.txt +++ b/Documentation/RelNotes/2.7.0.txt @@ -400,4 +400,15 @@ notes for details). in non-strict mode. (merge 92bcbb9 jk/ident-loosen-getpwuid later to maint). + * "git symbolic-ref" forgot to report a failure with its exit status. + (merge f91b273 jk/symbolic-ref-maint later to maint). + + * History traversal with "git log --source" that starts with an + annotated tag failed to report the tag as "source", due to an + old regression in the command line parser back in v2.2 days. + (merge 728350b jk/pending-keep-tag-name later to maint). + + * "git p4" when interacting with multiple depots at the same time + used to incorrectly drop changes. + * Code clean-up, minor fixes etc. -- cgit v1.2.1