Skip to content

Commit 28274d0

Browse files
committed
Git 2.7-rc3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent aecb997 commit 28274d0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Documentation/RelNotes/2.7.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,4 +400,15 @@ notes for details).
400400
in non-strict mode.
401401
(merge 92bcbb9 jk/ident-loosen-getpwuid later to maint).
402402

403+
* "git symbolic-ref" forgot to report a failure with its exit status.
404+
(merge f91b273 jk/symbolic-ref-maint later to maint).
405+
406+
* History traversal with "git log --source" that starts with an
407+
annotated tag failed to report the tag as "source", due to an
408+
old regression in the command line parser back in v2.2 days.
409+
(merge 728350b jk/pending-keep-tag-name later to maint).
410+
411+
* "git p4" when interacting with multiple depots at the same time
412+
used to incorrectly drop changes.
413+
403414
* Code clean-up, minor fixes etc.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.7.0-rc2
4+
DEF_VER=v2.7.0-rc3
55

66
LF='
77
'

0 commit comments

Comments
 (0)