···2727 what locale they are in by sending Accept-Language HTTP header, but
2828 this was done only for some requests but not others.
29293030+ * Introduce a discovery.barerepository configuration variable that
3131+ allows users to forbid discovery of bare repositories.
3232+30333134Performance, Internal Implementation, Development Support etc.
3235···78817982 * Rewrite of "git add -i" in C that appeared in Git 2.25 didn't
8083 correctly record a removed file to the index, which was fixed.
8181- (merge 4788e8b256 js/add-i-delete later to maint).
82848385 * Certain diff options are currently ignored when combined-diff is
8486 shown; mark them as incompatible with the feature.
···140142 * An earlier attempt to plug leaks placed a clean-up label to jump to
141143 at a bogus place, which as been corrected.
142144 (merge 04393ae7f7 jk/diff-files-cleanup-fix later to maint).
145145+146146+ * Variable quoting fix in the vimdiff driver of "git mergetool"
147147+ (merge ccc7b5148b js/vimdiff-quotepath-fix later to maint).
148148+149149+ * "git shortlog -n" relied on the underlying qsort() to be stable,
150150+ which shouldn't have. Fixed.
151151+ (merge df534dcbaa js/shortlog-sort-stably later to maint).
152152+153153+ * A fix for a regression in test framework.
154154+ (merge 7253f7ca9f js/ci-github-workflow-markup later to maint).
155155+156156+ * mkstemp() emulation on Windows has been improved.
157157+ (merge ae25974de3 rs/mingw-tighten-mkstemp later to maint).
143158144159 * Other code cleanup, docfix, build fix, etc.
145160 (merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).