@@ -128,6 +128,16 @@ UI, Workflows & Features
128
128
* Recent update to "rebase -i" started showing a message that is not
129
129
a warning with "warning:" prefix by mistake. This has been fixed.
130
130
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
+
131
141
132
142
Performance, Internal Implementation, Development Support etc.
133
143
@@ -207,6 +217,9 @@ Performance, Internal Implementation, Development Support etc.
207
217
implementation by Marc Stevens (CWI) and Dan Shumow (Microsoft)
208
218
has been integrated and made the default.
209
219
220
+ * The test framework learned to detect unterminated here documents.
221
+
222
+
210
223
Also contains various documentation updates and code clean-ups.
211
224
212
225
@@ -357,6 +370,11 @@ notes for details).
357
370
v2.10.2) to "git log --pickaxe-regex -S".
358
371
(merge f53c5de29c js/regexec-buf later to maint).
359
372
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
+
360
378
* Other minor doc, test and build updates and code cleanups.
361
379
(merge dfa3ad3238 rs/blame-code-cleanup later to maint).
362
380
(merge ffddfc6328 jk/rev-parse-cleanup later to maint).
@@ -366,3 +384,7 @@ notes for details).
366
384
(merge ba6746c08f rs/path-name-safety-cleanup later to maint).
367
385
(merge d41626ff9e rs/shortlog-cleanup later to maint).
368
386
(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