Skip to content

Commit f1d4a28

Browse files
committed
Second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c8ada15 commit f1d4a28

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

Documentation/RelNotes/2.24.0.txt

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,22 @@ Backward compatibility note
1111

1212
UI, Workflows & Features
1313

14-
* (no entry yet so far)
14+
* The command line parser learned "--end-of-options" notation; the
15+
standard convention for scripters to have hardcoded set of options
16+
first on the command line, and force the command to treat end-user
17+
input as non-options, has been to use "--" as the delimiter, but
18+
that would not work for commands that use "--" as a delimiter
19+
between revs and pathspec.
20+
21+
* A mechanism to affect the default setting for a (related) group of
22+
configuration variables is introduced.
23+
24+
* "git fetch" learned "--set-upstream" option to help those who first
25+
clone from their private fork they intend to push to, add the true
26+
upstream via "git remote add" and then "git fetch" from it.
27+
28+
* Device-tree files learned their own userdiff patterns.
29+
(merge 3c81760bc6 sb/userdiff-dts later to maint).
1530

1631

1732
Performance, Internal Implementation, Development Support etc.
@@ -22,6 +37,8 @@ Performance, Internal Implementation, Development Support etc.
2237
* The first line of verbose output from each test piece now carries
2338
the test name and number to help scanning with eyeballs.
2439

40+
* Further clean-up of the initialization code.
41+
2542

2643
Fixes since v2.23
2744
-----------------
@@ -48,5 +65,43 @@ Fixes since v2.23
4865
* Compilation fix.
4966
(merge 70597e8386 rs/nedalloc-fixlets later to maint).
5067

68+
* "git gui" learned to call the clean-up procedure before exiting.
69+
(merge 0d88f3d2c5 py/git-gui-do-quit later to maint).
70+
71+
* We promoted the "indent heuristics" that decides where to split
72+
diff hunks from experimental to the default a few years ago, but
73+
some stale documentation still marked it as experimental, which has
74+
been corrected.
75+
(merge 64e5e1fba1 sg/diff-indent-heuristic-non-experimental later to maint).
76+
77+
* Fix a mismerge that happened in 2.22 timeframe.
78+
(merge acb7da05ac en/checkout-mismerge-fix later to maint).
79+
80+
* "git archive" recorded incorrect length in extended pax header in
81+
some corner cases, which has been corrected.
82+
(merge 71d41ff651 rs/pax-extended-header-length-fix later to maint).
83+
84+
* On-demand object fetching in lazy clone incorrectly tried to fetch
85+
commits from submodule projects, while still working in the
86+
superproject, which has been corrected.
87+
(merge a63694f523 jt/diff-lazy-fetch-submodule-fix later to maint).
88+
89+
* Prepare get_short_oid() codepath to be thread-safe.
90+
(merge 7cfcb16b0e rs/sort-oid-array-thread-safe later to maint).
91+
92+
* "for-each-ref" and friends that show refs did not protect themselves
93+
against ancient tags that did not record tagger names when asked to
94+
show "%(taggername)", which have been corrected.
95+
(merge 8b3f33ef11 mp/for-each-ref-missing-name-or-email later to maint).
96+
97+
* The "git am" based backend of "git rebase" ignored the result of
98+
updating ".gitattributes" done in one step when replaying
99+
subsequent steps.
100+
(merge 2c65d90f75 bc/reread-attributes-during-rebase later to maint).
101+
51102
* Other code cleanup, docfix, build fix, etc.
52103
(merge d1387d3895 en/fast-import-merge-doc later to maint).
104+
(merge 1c24a54ea4 bm/repository-layout-typofix later to maint).
105+
(merge 415b770b88 ds/midx-expire-repack later to maint).
106+
(merge 19800bdc3f nd/diff-parseopt later to maint).
107+
(merge 58166c2e9d tg/t0021-racefix later to maint).

0 commit comments

Comments
 (0)