@@ -58,6 +58,10 @@ UI, Workflows & Features
58
58
* "git name-rev" has been tweaked to give output that is shorter and
59
59
easier to understand.
60
60
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
+
61
65
62
66
Performance, Internal Implementation, Development Support etc.
63
67
@@ -122,6 +126,10 @@ Performance, Internal Implementation, Development Support etc.
122
126
* diff and blame commands have been taught to work better with sparse
123
127
index.
124
128
129
+ * The chainlint test script linter in the test suite has been updated.
130
+
131
+ * The DEVELOPER=yes build uses -std=gnu99 now.
132
+
125
133
126
134
Fixes since v2.34
127
135
-----------------
@@ -241,6 +249,11 @@ Fixes since v2.34
241
249
to read and honor the settings given by the "--decorate-refs"
242
250
option.
243
251
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
+
244
257
* Other code cleanup, docfix, build fix, etc.
245
258
(merge 74db416c9c cw/protocol-v2-doc-fix later to maint).
246
259
(merge f9b2b6684d ja/doc-cleanup later to maint).
0 commit comments