Documentation: Typos / spelling fixes in RelNotes

Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mike Ralphson 2009-03-03 19:29:20 +00:00 committed by Junio C Hamano
parent 8d1b9d23a0
commit c0bc2eeb1e
4 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@ Fixes since v1.5.2.1
correctly when the branch name had slash in it. correctly when the branch name had slash in it.
- The email address of the user specified with user.email - 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 - The tree parser did not warn about tree entries with
nonsense file modes, and assumed they must be blobs. nonsense file modes, and assumed they must be blobs.

View file

@ -7,7 +7,7 @@ Fixes since v1.6.0.1
* Installation on platforms that needs .exe suffix to git-* programs were * Installation on platforms that needs .exe suffix to git-* programs were
broken in 1.6.0.1. 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. work well.
* In-tree documentations and test scripts now use "git foo" form to set a * In-tree documentations and test scripts now use "git foo" form to set a

View file

@ -41,11 +41,11 @@ Fixes since v1.6.1
work tree upon delete/modify conflict. work tree upon delete/modify conflict.
* "git merge -s recursive" didn't leave the index unmerged for entries with * "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 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 * "git read-tree -m -u" hence branch switching incorrectly lost a
subdirectory in rare cases. subdirectory in rare cases.

View file

@ -4,8 +4,8 @@ GIT v1.6.1.2 Release Notes
Fixes since v1.6.1.1 Fixes since v1.6.1.1
-------------------- --------------------
* The logic for rename detectin in internal diff used by commands like * The logic for rename detection in internal diff used by commands like
"git diff" and "git blame" have been optimized to avoid loading the same "git diff" and "git blame" has been optimized to avoid loading the same
blob repeatedly. blob repeatedly.
* We did not allow writing out a blob that is larger than 2GB for no good * We did not allow writing out a blob that is larger than 2GB for no good