Skip to content

Commit c0bc2ee

Browse files
MikeRalphsongitster
authored andcommitted
Documentation: Typos / spelling fixes in RelNotes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8d1b9d2 commit c0bc2ee

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Documentation/RelNotes-1.5.2.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

Documentation/RelNotes-1.6.0.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Documentation/RelNotes-1.6.1.1.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

Documentation/RelNotes-1.6.1.2.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GIT v1.6.1.2 Release Notes
44
Fixes 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

0 commit comments

Comments
 (0)