t0060: verify that absolute_path() fails if passed the empty string
[gitweb.git] / Documentation / git-fsck.txt
index 47e2f19218aa2cfb93819d2e0adc58f0b611df96..da348fc9427d144335acc9d4d2c20549f850fa32 100644 (file)
@@ -23,8 +23,8 @@ OPTIONS
        An object to treat as the head of an unreachability trace.
 +
 If no objects are given, 'git fsck' defaults to using the
-index file, all SHA1 references in .git/refs/*, and all reflogs (unless
---no-reflogs is given) as heads.
+index file, all SHA1 references in `refs` namespace, and all reflogs
+(unless --no-reflogs is given) as heads.
 
 --unreachable::
        Print out objects that exist but that aren't reachable from any
@@ -33,7 +33,7 @@ index file, all SHA1 references in .git/refs/*, and all reflogs (unless
 --dangling::
 --no-dangling::
        Print objects that exist but that are never 'directly' used (default).
-       `--no-dangling` can be used to squech this information from the output.
+       `--no-dangling` can be used to omit this information from the output.
 
 --root::
        Report root nodes.