On Sun, Nov 1, 2015 at 4:12 PM, Edmundo Carmona Antoranz <eantoranz@xxxxxxxxx> wrote: > Under normal circumstances, and like other git commands, > git checkout will write progress info to stderr if > attached to a terminal. This option allows progress > to be forced even if not using a terminal. Also, > progress can be skipped if using option --no-progress. > > Signed-off-by: Edmundo Carmona Antoranz <eantoranz@xxxxxxxxx> > --- > diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt > @@ -107,6 +107,12 @@ OPTIONS > --quiet:: > Quiet, suppress feedback messages. > > +--[no-]progress:: > + Progress status is reported on the standard error stream > + by default when it is attached to a terminal, unless `--quiet` > + is specified. This flag enables progress reporting even if not > + attached to a terminal, regardless of `--quite`. s/quite/quiet/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html