diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-11-27 08:32:01 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-11-27 10:17:23 +0100 |
commit | 76bac89036abd73a4a32fd494a34dcc3340fef1a (patch) | |
tree | 298f8095fc2be36cbc2ad669bbe311ee485d8696 /Documentation/RelNotes-1.6.1.txt | |
parent | Merge branch 'rw/maint-typofix' into rw/typofix (diff) | |
download | git-76bac89036abd73a4a32fd494a34dcc3340fef1a.tar.xz git-76bac89036abd73a4a32fd494a34dcc3340fef1a.zip |
Fix typos in the documentation.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.1.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RelNotes-1.6.1.txt b/Documentation/RelNotes-1.6.1.txt index 7fdf83f604..848541a5ad 100644 --- a/Documentation/RelNotes-1.6.1.txt +++ b/Documentation/RelNotes-1.6.1.txt @@ -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. @@ -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 |