Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-fsck.txt: fix typo: unreadable -> unreachable
author
Jim Meyering
<jim@meyering.net>
Mon, 16 May 2011 18:23:35 +0000
(20:23 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 16 May 2011 23:35:08 +0000
(16:35 -0700)
Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fsck.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
96dbe93
)
diff --git
a/Documentation/git-fsck.txt
b/Documentation/git-fsck.txt
index c9ede794b03460ec2911b6ceddc781ab08fb8ded..a2a508dc2829b88e143ceb5c8e5edf0880263b2b 100644
(file)
--- a/
Documentation/git-fsck.txt
+++ b/
Documentation/git-fsck.txt
@@
-26,7
+26,7
@@
index file, all SHA1 references in .git/refs/*, and all reflogs (unless
--no-reflogs is given) as heads.
--unreachable::
--no-reflogs is given) as heads.
--unreachable::
- Print out objects that exist but that aren't rea
d
able from any
+ Print out objects that exist but that aren't rea
ch
able from any
of the reference nodes.
--root::
of the reference nodes.
--root::
@@
-76,7
+76,7
@@
It tests SHA1 and general object sanity, and it does full tracking of
the resulting reachability and everything else. It prints out any
corruption it finds (missing or bad objects), and if you use the
'--unreachable' flag it will also print out objects that exist but
the resulting reachability and everything else. It prints out any
corruption it finds (missing or bad objects), and if you use the
'--unreachable' flag it will also print out objects that exist but
-that aren't rea
d
able from any of the specified head nodes.
+that aren't rea
ch
able from any of the specified head nodes.
So for example
So for example