diff options
author | 2013-05-17 12:16:49 -0700 | |
---|---|---|
committer | 2013-05-17 12:16:49 -0700 | |
commit | 680ed3eeb6d6edd4095be43451fb1f73de17927b (patch) | |
tree | 76e191398307911a670412be7ab48d4e49449145 /Documentation/git-fsck.txt | |
parent | Merge branch 'dw/asciidoc-sources-are-dot-txt-files' (diff) | |
parent | documentation: trivial style cleanups (diff) | |
download | tgif-680ed3eeb6d6edd4095be43451fb1f73de17927b.tar.xz |
Merge branch 'fc/doc-style'
* fc/doc-style:
documentation: trivial style cleanups
Diffstat (limited to 'Documentation/git-fsck.txt')
-rw-r--r-- | Documentation/git-fsck.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index e5878bd97b..25c431d3c5 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -30,8 +30,7 @@ index file, all SHA-1 references in `refs` namespace, and all reflogs Print out objects that exist but that aren't reachable from any of the reference nodes. ---dangling:: ---no-dangling:: +--[no-]dangling:: Print objects that exist but that are never 'directly' used (default). `--no-dangling` can be used to omit this information from the output. @@ -78,8 +77,7 @@ index file, all SHA-1 references in `refs` namespace, and all reflogs a blob, the contents are written into the file, rather than its object name. ---progress:: ---no-progress:: +--[no-]progress:: Progress status is reported on the standard error stream by default when it is attached to a terminal, unless --no-progress or --verbose is specified. --progress forces |