File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Git v2.44 Release Notes
3
3
4
4
Backward Compatibility Notes
5
5
6
- * "git chekcout -B <branch>" used to allow switching to a branch that
6
+ * "git checkout -B <branch>" used to allow switching to a branch that
7
7
is in use on another worktree, but this was by mistake. The users
8
8
need to use "--ignore-other-worktrees" option.
9
9
@@ -54,7 +54,7 @@ UI, Workflows & Features
54
54
gitweb behaved as if the file did not exist at all, but now it
55
55
errors out. This is a change that may break backward compatibility.
56
56
57
- * When $HOME/.gitignore is missing but XDG config file available, we
57
+ * When $HOME/.gitconfig is missing but XDG config file is available, we
58
58
should write into the latter, not former. "git gc" and "git
59
59
maintenance" wrote into a wrong "global config" file, which have
60
60
been corrected.
You can’t perform that action at this time.
0 commit comments