X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Ffetch-options.txt;h=9333c42c558464ce2430df39e9864f932e786b36;hb=aee9c7d6540fe6f66fbbe7be420caa26ae0fa2d9;hp=fe716b2e42642de5c6eefe600b98382069b41247;hpb=fe7e37235dd9b36402afeccb24bbced933e847d7;p=git.git diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index fe716b2e4..9333c42c5 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -34,6 +34,7 @@ ifndef::git-pull[] Allow several and arguments to be specified. No s may be specified. +-p:: --prune:: After fetching, remove any remote tracking branches which no longer exist on the remote. @@ -78,9 +79,16 @@ ifndef::git-pull[] -q:: --quiet:: Pass --quiet to git-fetch-pack and silence any other internally - used git commands. + used git commands. Progress is not reported to the standard error + stream. -v:: --verbose:: Be verbose. endif::git-pull[] + +--progress:: + Progress status is reported on the standard error stream + by default when it is attached to a terminal, unless -q + is specified. This flag forces progress status even if the + standard error stream is not directed to a terminal.