X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Documentation%2Fgit-fsck.txt;h=7fc68eb319678f45b81e61deca8e7a5498246ce2;hb=bcf9626a71a0d90be65acc265ad0ec488d95d6ed;hp=84ee92e15844588425111c1230b37ac3f0f03038;hpb=68a6e976a821ebf2b3766efb167fa716cbf8c188;p=thirdparty%2Fgit.git diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index 84ee92e158..7fc68eb319 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -95,7 +95,7 @@ DISCUSSION git-fsck tests SHA-1 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 that +`--unreachable` flag it will also print out objects that exist but that aren't reachable from any of the specified head nodes (or the default set, as mentioned above).