Skip to content

Commit 2ae0a9c

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d52da62 commit 2ae0a9c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.35.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6266
Performance, 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

126134
Fixes 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

Comments
 (0)