@@ -144,6 +144,9 @@ UI, Workflows & Features
144144 from the other side; instead, just let cURL library to advertise
145145 and negotiate the best one.
146146
147+ * "git p4" learned to "unshelve" shelved commit from P4.
148+ (merge 123f631761 ld/p4-unshelve later to maint).
149+
147150
148151Performance, Internal Implementation, Development Support etc.
149152
@@ -290,6 +293,15 @@ Performance, Internal Implementation, Development Support etc.
290293 to test the moral equivalent of the original without hardcoding the
291294 actual object names.
292295
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+
293305
294306Also contains various documentation updates and code clean-ups.
295307
@@ -488,6 +500,14 @@ Fixes since v2.17
488500 which have been corrected.
489501 (merge 17154b1576 ma/regex-no-regfree-after-comp-fail later to maint).
490502
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+
491511 * Other minor doc, test and build updates and code cleanups.
492512 (merge 248f66ed8e nd/trace-with-env later to maint).
493513 (merge 14ced5562c ys/bisect-object-id-missing-conversion-fix later to maint).
@@ -519,3 +539,5 @@ Fixes since v2.17
519539 (merge 58bd77b66a nd/pack-unreachable-objects-doc later to maint).
520540 (merge 4ed79d5203 sg/t6500-no-redirect-of-stdin later to maint).
521541 (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