File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Fixes since v1.5.2.1
4545 correctly when the branch name had slash in it.
4646
4747 - The email address of the user specified with user.email
48- configuration was overriden by EMAIL environment variable.
48+ configuration was overridden by EMAIL environment variable.
4949
5050 - The tree parser did not warn about tree entries with
5151 nonsense file modes, and assumed they must be blobs.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Fixes since v1.6.0.1
77* Installation on platforms that needs .exe suffix to git-* programs were
88 broken in 1.6.0.1.
99
10- * Installation on filesystems without symbolic links support did nto
10+ * Installation on filesystems without symbolic links support did not
1111 work well.
1212
1313* In-tree documentations and test scripts now use "git foo" form to set a
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ Fixes since v1.6.1
4141 work tree upon delete/modify conflict.
4242
4343* "git merge -s recursive" didn't leave the index unmerged for entries with
44- rename/delete conflictd .
44+ rename/delete conflicts .
4545
4646* "git merge -s recursive" clobbered untracked files in the work tree.
4747
48- * "git mv -k" with more than one errorneous paths misbehaved.
48+ * "git mv -k" with more than one erroneous paths misbehaved.
4949
5050* "git read-tree -m -u" hence branch switching incorrectly lost a
5151 subdirectory in rare cases.
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ GIT v1.6.1.2 Release Notes
44Fixes since v1.6.1.1
55--------------------
66
7- * The logic for rename detectin in internal diff used by commands like
8- "git diff" and "git blame" have been optimized to avoid loading the same
7+ * The logic for rename detection in internal diff used by commands like
8+ "git diff" and "git blame" has been optimized to avoid loading the same
99 blob repeatedly.
1010
1111* We did not allow writing out a blob that is larger than 2GB for no good
You can’t perform that action at this time.
0 commit comments