Skip to content

Commit c2c7d17

Browse files
committed
A bit more topics before -rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 026b8ef commit c2c7d17

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.18.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

148151
Performance, 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

294306
Also 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

Comments
 (0)