···5454 with the interpret-trailers command, this will make it easier to
5555 support custom trailers.
56565757+ * "git clone --reject-shallow" option fails the clone as soon as we
5858+ notice that we are cloning from a shallow repository.
5959+6060+57615862Performance, Internal Implementation, Development Support etc.
5963···8892 uses negative tags as the stopping points.
89939094 * CMake update for vsbuild.
9595+9696+ * An on-disk reverse-index to map the in-pack location of an object
9797+ back to its object name across multiple packfiles is introduced.
9898+9999+ * Generate [ec]tags under $(QUIET_GEN).
911009210193102Fixes since v2.31
···155164 write(2) too frequently. This logic has been refactored to be
156165 easier to understand.
157166 (merge ddaf1f62e3 ds/clarify-hashwrite later to maint).
167167+168168+ * "git cherry-pick/revert" with or without "--[no-]edit" did not spawn
169169+ the editor as expected (e.g. "revert --no-edit" after a conflict
170170+ still asked to edit the message), which has been corrected.
171171+ (merge 39edfd5cbc en/sequencer-edit-upon-conflict-fix later to maint).
172172+173173+ * "git daemon" has been tightened against systems that take backslash
174174+ as directory separator.
175175+ (merge 9a7f1ce8b7 rs/daemon-sanitize-dir-sep later to maint).
158176159177 * Other code cleanup, docfix, build fix, etc.
160178 (merge f451960708 dl/cat-file-doc-cleanup later to maint).