summaryrefslogtreecommitdiffstats
path: root/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-19 16:25:21 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-19 16:25:21 -0800
commitd0f0f8440a6c84e3c44532fceb82cb585bdaa1b6 (patch)
treec1de2592546219df0b4abb72fecff96c31da2f3b /RelNotes
parent202e411884728acbb691c53c7a16db8d470bfcd7 (diff)
downloadgit-htmldocs-d0f0f8440a6c84e3c44532fceb82cb585bdaa1b6.tar.gz
Autogenerated HTML docs for v2.44.0-rc1-44-g96c8a
Diffstat (limited to 'RelNotes')
-rw-r--r--RelNotes/2.44.0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/RelNotes/2.44.0.txt b/RelNotes/2.44.0.txt
index 7dd8d7584..7cee544ee 100644
--- a/RelNotes/2.44.0.txt
+++ b/RelNotes/2.44.0.txt
@@ -3,7 +3,7 @@ Git v2.44 Release Notes
Backward Compatibility Notes
- * "git chekcout -B <branch>" used to allow switching to a branch that
+ * "git checkout -B <branch>" used to allow switching to a branch that
is in use on another worktree, but this was by mistake. The users
need to use "--ignore-other-worktrees" option.
@@ -54,7 +54,7 @@ UI, Workflows & Features
gitweb behaved as if the file did not exist at all, but now it
errors out. This is a change that may break backward compatibility.
- * When $HOME/.gitignore is missing but XDG config file available, we
+ * When $HOME/.gitconfig is missing but XDG config file is available, we
should write into the latter, not former. "git gc" and "git
maintenance" wrote into a wrong "global config" file, which have
been corrected.