summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-12-23 02:00:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-12-23 06:48:11 (GMT)
commit2ae0a9cb8298185a94e5998086f380a355dd8907 (patch)
tree70d105cc79e63b81cfdcb08a15297c23e60b07ad
parentd52da628013ad333e056432057da8b61042c6cfc (diff)
downloadgit-2ae0a9cb8298185a94e5998086f380a355dd8907.zip
git-2ae0a9cb8298185a94e5998086f380a355dd8907.tar.gz
git-2ae0a9cb8298185a94e5998086f380a355dd8907.tar.bz2
The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.35.0.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.35.0.txt b/Documentation/RelNotes/2.35.0.txt
index 217334c..dc72843 100644
--- a/Documentation/RelNotes/2.35.0.txt
+++ b/Documentation/RelNotes/2.35.0.txt
@@ -58,6 +58,10 @@ UI, Workflows & Features
* "git name-rev" has been tweaked to give output that is shorter and
easier to understand.
+ * "git apply" has been taught to ignore a message without a patch
+ with the "--allow-empty" option. It also learned to honor the
+ "--quiet" option given from the command line.
+
Performance, Internal Implementation, Development Support etc.
@@ -122,6 +126,10 @@ Performance, Internal Implementation, Development Support etc.
* diff and blame commands have been taught to work better with sparse
index.
+ * The chainlint test script linter in the test suite has been updated.
+
+ * The DEVELOPER=yes build uses -std=gnu99 now.
+
Fixes since v2.34
-----------------
@@ -241,6 +249,11 @@ Fixes since v2.34
to read and honor the settings given by the "--decorate-refs"
option.
+ * "git fetch --set-upstream" did not check if there is a current
+ branch, leading to a segfault when it is run on a detached HEAD,
+ which has been corrected.
+ (merge 17baeaf82d ab/fetch-set-upstream-while-detached later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 74db416c9c cw/protocol-v2-doc-fix later to maint).
(merge f9b2b6684d ja/doc-cleanup later to maint).