@@ -16,6 +16,7 @@ UI, Workflows & Features
1616 * Teach 'git notes add' and 'git notes append' a new '-e' flag,
1717 instructing them to open the note in $GIT_EDITOR before saving.
1818
19+
1920Performance, Internal Implementation, Development Support etc.
2021--------------------------------------------------------------
2122
@@ -68,6 +69,16 @@ Performance, Internal Implementation, Development Support etc.
6869
6970 * Documentation updates to 'git-update-ref(1)'.
7071
72+ * Update the project's CodingGuidelines to discourage naming functions
73+ with a "_1()" suffix.
74+
75+ * Updates the '.clang-format' to match project conventions.
76+
77+ * Centralize documentation for repository extensions into a single place.
78+
79+ * Buildfix and upgrade of Clar to a newer version.
80+
81+
7182Fixes since v2.47
7283-----------------
7384
@@ -114,6 +125,10 @@ Fixes since v2.47
114125 relying on: the *.idx file we got from the remote.
115126 (merge 863f2459a2 jk/dumb-http-finalize later to maint).
116127
128+ * When called with '--left-right' and '--use-bitmap-index', 'rev-list'
129+ will produce output without any left/right markers, which has been
130+ corrected.
131+
117132 * Other code cleanup, docfix, build fix, etc.
118133 (merge 66893a14d0 ps/leakfixes-part-8 later to maint).
119134 (merge 1164e270b5 jk/output-prefix-cleanup later to maint).
0 commit comments