Skip to content

Commit

Permalink
Documentation: Typos / spelling fixes in RelNotes
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Mike Ralphson authored and Junio C Hamano committed Mar 4, 2009
1 parent 8d1b9d2 commit c0bc2ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Documentation/RelNotes-1.5.2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Fixes since v1.5.2.1
correctly when the branch name had slash in it.

- The email address of the user specified with user.email
configuration was overriden by EMAIL environment variable.
configuration was overridden by EMAIL environment variable.

- The tree parser did not warn about tree entries with
nonsense file modes, and assumed they must be blobs.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/RelNotes-1.6.0.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Fixes since v1.6.0.1
* Installation on platforms that needs .exe suffix to git-* programs were
broken in 1.6.0.1.

* Installation on filesystems without symbolic links support did nto
* Installation on filesystems without symbolic links support did not
work well.

* In-tree documentations and test scripts now use "git foo" form to set a
Expand Down
4 changes: 2 additions & 2 deletions Documentation/RelNotes-1.6.1.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Fixes since v1.6.1
work tree upon delete/modify conflict.

* "git merge -s recursive" didn't leave the index unmerged for entries with
rename/delete conflictd.
rename/delete conflicts.

* "git merge -s recursive" clobbered untracked files in the work tree.

* "git mv -k" with more than one errorneous paths misbehaved.
* "git mv -k" with more than one erroneous paths misbehaved.

* "git read-tree -m -u" hence branch switching incorrectly lost a
subdirectory in rare cases.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/RelNotes-1.6.1.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ GIT v1.6.1.2 Release Notes
Fixes since v1.6.1.1
--------------------

* The logic for rename detectin in internal diff used by commands like
"git diff" and "git blame" have been optimized to avoid loading the same
* The logic for rename detection in internal diff used by commands like
"git diff" and "git blame" has been optimized to avoid loading the same
blob repeatedly.

* We did not allow writing out a blob that is larger than 2GB for no good
Expand Down

0 comments on commit c0bc2ee

Please sign in to comment.