Skip to content

Commit

Permalink
Git 2.7-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Dec 28, 2015
1 parent aecb997 commit 28274d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Documentation/RelNotes/2.7.0.txt
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.7.0-rc2
DEF_VER=v2.7.0-rc3

LF='
'
Expand Down

0 comments on commit 28274d0

Please sign in to comment.