Skip to content

Commit 30b29f0

Browse files
committed
The fifth batch
1 parent 22f2bce commit 30b29f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.31.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ Performance, Internal Implementation, Development Support etc.
7575
* "git fetch" learns to treat ref updates atomically in all-or-none
7676
fashion, just like "git push" does, with the new "--atomic" option.
7777

78+
* The peel_ref() API has been replaced with peel_iterated_oid().
79+
80+
* The .use_shell flag in struct child_process that is passed to
81+
run_command() API has been clarified with a bit more documentation.
82+
7883

7984
Fixes since v2.30
8085
-----------------
@@ -127,6 +132,13 @@ Fixes since v2.30
127132
does.
128133
(merge c9e3a4e76d jk/log-cherry-pick-duplicate-patches later to maint).
129134

135+
* Documentation for "git fsck" lost stale bits that has become
136+
incorrect.
137+
(merge 28cc00a13d ab/fsck-doc-fix later to maint).
138+
139+
* Doc fix for packfile URI feature.
140+
(merge bfc2a36ff2 jt/packfile-as-uri-doc later to maint).
141+
130142
* Other code cleanup, docfix, build fix, etc.
131143
(merge 505a276596 pk/subsub-fetch-fix-take-2 later to maint).
132144
(merge 33fc56253b fc/t6030-bisect-reset-removes-auxiliary-files later to maint).
@@ -146,3 +158,4 @@ Fixes since v2.30
146158
(merge 4eb56b56e7 bc/doc-status-short later to maint).
147159
(merge a4a1ca22ef tb/local-clone-race-doc later to maint).
148160
(merge 6a8c89d053 ma/more-opaque-lock-file later to maint).
161+
(merge 4a5ec7d166 js/skip-dashed-built-ins-from-config-mak later to maint).

0 commit comments

Comments
 (0)