Skip to content

Commit e0ef7fe

Browse files
committed
Eighth batch for 2.13
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d6586d commit e0ef7fe

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.13.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ UI, Workflows & Features
128128
* Recent update to "rebase -i" started showing a message that is not
129129
a warning with "warning:" prefix by mistake. This has been fixed.
130130

131+
* Recently we started passing the "--push-options" through the
132+
external remote helper interface; now the "smart HTTP" remote
133+
helper understands what to do with the passed information.
134+
135+
* "git describe --dirty" dies when it cannot be determined if the
136+
state in the working tree matches that of HEAD (e.g. broken
137+
repository or broken submodule). The command learned a new option
138+
"git describe --broken" to give "$name-broken" (where $name is the
139+
description of HEAD) in such a case.
140+
131141

132142
Performance, Internal Implementation, Development Support etc.
133143

@@ -207,6 +217,9 @@ Performance, Internal Implementation, Development Support etc.
207217
implementation by Marc Stevens (CWI) and Dan Shumow (Microsoft)
208218
has been integrated and made the default.
209219

220+
* The test framework learned to detect unterminated here documents.
221+
222+
210223
Also contains various documentation updates and code clean-ups.
211224

212225

@@ -357,6 +370,11 @@ notes for details).
357370
v2.10.2) to "git log --pickaxe-regex -S".
358371
(merge f53c5de29c js/regexec-buf later to maint).
359372

373+
* A few unterminated here documents in tests were fixed, which in
374+
turn revealed incorrect expectations the tests make. These tests
375+
have been updated.
376+
(merge b42ca35e5c st/verify-tag later to maint).
377+
360378
* Other minor doc, test and build updates and code cleanups.
361379
(merge dfa3ad3238 rs/blame-code-cleanup later to maint).
362380
(merge ffddfc6328 jk/rev-parse-cleanup later to maint).
@@ -366,3 +384,7 @@ notes for details).
366384
(merge ba6746c08f rs/path-name-safety-cleanup later to maint).
367385
(merge d41626ff9e rs/shortlog-cleanup later to maint).
368386
(merge dce96c41f9 rs/update-hook-optim later to maint).
387+
(merge 37e61153e2 jk/quote-env-path-list-component later to maint).
388+
(merge a4dded0189 sb/submodule-update-initial-runs-custom-script later to maint).
389+
(merge 70471ed9bb sb/t3600-rephrase later to maint).
390+
(merge e7e183d6ee km/config-grammofix later to maint).

0 commit comments

Comments
 (0)