···6363 * Exit codes from "git remote add" etc. were not usable by scripted
6464 callers, but now they are.
65656666+ * "git archive" now allows compression level higher than "-9"
6767+ when generating tar.gz output.
6868+6669 * Zsh autocompletion (in contrib/) update.
67706871···101104 * Test scripts are being prepared to transition of the default branch
102105 name to 'main'.
103106107107+ * "git fetch --depth=<n>" over the stateless RPC / smart HTTP
108108+ transport handled EOF from the client poorly at the server end.
104109105110106111Fixes since v2.29
···181186 the reader side a bit (which we may want to tighten again in a year
182187 or so).
183188 (merge c779386182 jc/sequencer-stopped-sha-simplify later to maint).
189189+190190+ * The code to see if "git stash drop" can safely remove refs/stash
191191+ has been made more carerful.
192192+ (merge 4f44c5659b rs/empty-reflog-check-fix later to maint).
193193+194194+ * "git log -L<range>:<path>" is documented to take no pathspec, but
195195+ this was not enforced by the command line option parser, which has
196196+ been corrected.
197197+ (merge 39664cb0ac jc/line-log-takes-no-pathspec later to maint).
198198+199199+ * "git format-patch --output=there" did not work as expected and
200200+ instead crashed. The option is now supported.
201201+ (merge dc1672dd10 jk/format-patch-output later to maint).
202202+203203+ * Define ARM64 compiled with MSVC to be little-endian.
204204+ (merge 0c038fc65a dg/bswap-msvc later to maint).
205205+206206+ * "git rebase -i" did not store ORIG_HEAD correctly.
207207+ (merge 8843302307 pw/rebase-i-orig-head later to maint).
208208+209209+ * "git blame -L :funcname -- path" did not work well for a path for
210210+ which a userdiff driver is defined.
211211+212212+ * "make DEVELOPER=1 sparse" used to run sparse and let it emit
213213+ warnings; now such warnings will cause an error.
214214+ (merge 521dc56270 jc/sparse-error-for-developer-build later to maint).
215215+216216+ * "git blame --ignore-revs-file=<file>" learned to ignore a
217217+ non-existent object name in the input, instead of complaining.
218218+ (merge c714d05875 jc/blame-ignore-fix later to maint).
184219185220 * Other code cleanup, docfix, build fix, etc.
186221 (merge 3e0a5dc9af cc/doc-filter-branch-typofix later to maint).