@@ -16,6 +16,7 @@ UI, Workflows & Features
16
16
* Teach 'git notes add' and 'git notes append' a new '-e' flag,
17
17
instructing them to open the note in $GIT_EDITOR before saving.
18
18
19
+
19
20
Performance, Internal Implementation, Development Support etc.
20
21
--------------------------------------------------------------
21
22
@@ -68,6 +69,16 @@ Performance, Internal Implementation, Development Support etc.
68
69
69
70
* Documentation updates to 'git-update-ref(1)'.
70
71
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
+
71
82
Fixes since v2.47
72
83
-----------------
73
84
@@ -114,6 +125,10 @@ Fixes since v2.47
114
125
relying on: the *.idx file we got from the remote.
115
126
(merge 863f2459a2 jk/dumb-http-finalize later to maint).
116
127
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
+
117
132
* Other code cleanup, docfix, build fix, etc.
118
133
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
119
134
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
0 commit comments