Skip to content

Commit

Permalink
Fix typos in the documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Ralf Wildenhues authored and Junio C Hamano committed Nov 27, 2008
1 parent c0a4ae5 commit 76bac89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Documentation/RelNotes-1.6.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ on.
to a non-zero value to accept the suggestion when git can uniquely
guess.

* The packfile machinery hopefully is more robust when dealilng with
* The packfile machinery hopefully is more robust when dealing with
corrupt packs if redundant objects involved in the corruption are
available elsehwere.
available elsewhere.

* "git add -N path..." adds the named paths as an empty blob, so that
subsequent "git diff" will show a diff as if they are creation events.
Expand Down Expand Up @@ -157,7 +157,7 @@ on.
* "git log" learned "--source" to show what ref each commit was reached
from.

* "git log" also learned "--simplify-by-decration" to show the
* "git log" also learned "--simplify-by-decoration" to show the
birds-eye-view of the topology of the history.

* "git log --pretty=format:" learned "%d" format element that inserts
Expand Down
2 changes: 1 addition & 1 deletion Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ gui.fastcopyblame::
repositories at the expense of less thorough copy detection.

gui.copyblamethreshold::
Specifies the theshold to use in 'git gui blame' original location
Specifies the threshold to use in 'git gui blame' original location
detection, measured in alphanumeric characters. See the
linkgit:git-blame[1] manual for more information on copy detection.

Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ OPTIONS
Record only the fact that the path will be added later. An entry
for the path is placed in the index with no content. This is
useful for, among other things, showing the unstaged content of
such files with 'git diff' and commiting them with 'git commit
such files with 'git diff' and committing them with 'git commit
-a'.

--refresh::
Expand Down

0 comments on commit 76bac89

Please sign in to comment.