X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-prune.txt;h=4d673a56864ca88de0e98f54a6de469e99ea0f44;hb=7e7db5e4520388d3a6f1efbe2f7a29d43bd06a2b;hp=3bb7304517ea3adfd2b5b89b5e75f9d830e57aff;hpb=8051a030617cf7d083568cca223bdaa15052c33f;p=git.git diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt index 3bb730451..4d673a568 100644 --- a/Documentation/git-prune.txt +++ b/Documentation/git-prune.txt @@ -17,7 +17,7 @@ NOTE: In most cases, users should run 'git gc', which calls 'git prune'. See the section "NOTES", below. This runs 'git fsck --unreachable' using all the refs -available in `$GIT_DIR/refs`, optionally with additional set of +available in `refs/`, optionally with additional set of objects specified on the command line, and prunes all unpacked objects unreachable from any of these head objects from the object database. In addition, it @@ -31,10 +31,12 @@ OPTIONS ------- -n:: +--dry-run:: Do not remove anything; just report what it would remove. -v:: +--verbose:: Report all removed objects. \--::