diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-08-01 13:46:41 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-08-01 13:49:14 -0700 |
| commit | 85b4e0a6dc8407de6f69808d9ee6debdf167ced3 (patch) | |
| tree | 14a7a586ef270e1f9b649baa736b21e7642e87fe | |
| parent | 4083971673cc5f05f2af257b059c8fbc25c818fb (diff) | |
| download | git-85b4e0a6dc8407de6f69808d9ee6debdf167ced3.tar.xz | |
Third batch
A couple of brown-paper-bag fixes, plus the other "The branch
'master' no longer is special" fix.
Now we are ready to rewind 'next'.
| -rw-r--r-- | Documentation/RelNotes/2.29.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.29.0.txt b/Documentation/RelNotes/2.29.0.txt index 7b189d0133..7f6b582436 100644 --- a/Documentation/RelNotes/2.29.0.txt +++ b/Documentation/RelNotes/2.29.0.txt @@ -11,6 +11,10 @@ UI, Workflows & Features * "git for-each-ref --format=<>" learned %(contents:size). + * "git merge" learned to selectively omit " into <branch>" at the end + of the title of default merge message with merge.suppressDest + configuration. + Performance, Internal Implementation, Development Support etc. |
