File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.7.0-rc2
4+ DEF_VER=v2.7.0-rc3
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments