@@ -75,6 +75,11 @@ Performance, Internal Implementation, Development Support etc.
75
75
* "git fetch" learns to treat ref updates atomically in all-or-none
76
76
fashion, just like "git push" does, with the new "--atomic" option.
77
77
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
+
78
83
79
84
Fixes since v2.30
80
85
-----------------
@@ -127,6 +132,13 @@ Fixes since v2.30
127
132
does.
128
133
(merge c9e3a4e76d jk/log-cherry-pick-duplicate-patches later to maint).
129
134
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
+
130
142
* Other code cleanup, docfix, build fix, etc.
131
143
(merge 505a276596 pk/subsub-fetch-fix-take-2 later to maint).
132
144
(merge 33fc56253b fc/t6030-bisect-reset-removes-auxiliary-files later to maint).
@@ -146,3 +158,4 @@ Fixes since v2.30
146
158
(merge 4eb56b56e7 bc/doc-status-short later to maint).
147
159
(merge a4a1ca22ef tb/local-clone-race-doc later to maint).
148
160
(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