@@ -144,6 +144,9 @@ UI, Workflows & Features
144
144
from the other side; instead, just let cURL library to advertise
145
145
and negotiate the best one.
146
146
147
+ * "git p4" learned to "unshelve" shelved commit from P4.
148
+ (merge 123f631761 ld/p4-unshelve later to maint).
149
+
147
150
148
151
Performance, Internal Implementation, Development Support etc.
149
152
@@ -290,6 +293,15 @@ Performance, Internal Implementation, Development Support etc.
290
293
to test the moral equivalent of the original without hardcoding the
291
294
actual object names.
292
295
296
+ * The list of commands with their various attributes were spread
297
+ across a few places in the build procedure, but it now is getting a
298
+ bit more consolidated to allow more automation.
299
+
300
+ * Quite a many tests assumed that newly created refs are made as
301
+ loose refs using the files backend, which have been updated to use
302
+ proper plumbing like rev-parse and update-ref, to avoid breakage
303
+ once we start using different ref backends.
304
+
293
305
294
306
Also contains various documentation updates and code clean-ups.
295
307
@@ -488,6 +500,14 @@ Fixes since v2.17
488
500
which have been corrected.
489
501
(merge 17154b1576 ma/regex-no-regfree-after-comp-fail later to maint).
490
502
503
+ * The import-tars script (in contrib/) has been taught to handle
504
+ tarballs with overly long paths that use PAX extended headers.
505
+ (merge 12ecea46e3 pa/import-tars-long-names later to maint).
506
+
507
+ * "git rev-parse Y..." etc. misbehaved when given endpoints were
508
+ not committishes.
509
+ (merge 0ed556d38f en/rev-parse-invalid-range later to maint).
510
+
491
511
* Other minor doc, test and build updates and code cleanups.
492
512
(merge 248f66ed8e nd/trace-with-env later to maint).
493
513
(merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
@@ -519,3 +539,5 @@ Fixes since v2.17
519
539
(merge 58bd77b66a nd/pack-unreachable-objects-doc later to maint).
520
540
(merge 4ed79d5203 sg/t6500-no-redirect-of-stdin later to maint).
521
541
(merge 17b8a2d6cd jk/config-blob-sans-repo later to maint).
542
+ (merge 590551ca2c rd/tag-doc-lightweight later to maint).
543
+ (merge 44f560fc16 rd/init-typo later to maint).
0 commit comments