@@ -58,6 +58,10 @@ UI, Workflows & Features
5858 * "git name-rev" has been tweaked to give output that is shorter and
5959 easier to understand.
6060
61+ * "git apply" has been taught to ignore a message without a patch
62+ with the "--allow-empty" option. It also learned to honor the
63+ "--quiet" option given from the command line.
64+
6165
6266Performance, Internal Implementation, Development Support etc.
6367
@@ -122,6 +126,10 @@ Performance, Internal Implementation, Development Support etc.
122126 * diff and blame commands have been taught to work better with sparse
123127 index.
124128
129+ * The chainlint test script linter in the test suite has been updated.
130+
131+ * The DEVELOPER=yes build uses -std=gnu99 now.
132+
125133
126134Fixes since v2.34
127135-----------------
@@ -241,6 +249,11 @@ Fixes since v2.34
241249 to read and honor the settings given by the "--decorate-refs"
242250 option.
243251
252+ * "git fetch --set-upstream" did not check if there is a current
253+ branch, leading to a segfault when it is run on a detached HEAD,
254+ which has been corrected.
255+ (merge 17baeaf82d ab/fetch-set-upstream-while-detached later to maint).
256+
244257 * Other code cleanup, docfix, build fix, etc.
245258 (merge 74db416c9c cw/protocol-v2-doc-fix later to maint).
246259 (merge f9b2b6684d ja/doc-cleanup later to maint).
0 commit comments