From: Edmundo Carmona Antoranz <eantoranz@xxxxxxxxx> Signed-off-by: Edmundo Carmona Antoranz <eantoranz@xxxxxxxxx> --- Documentation/git-checkout.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index e269fb1..4ff270c 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -250,6 +250,16 @@ section of linkgit:git-add[1] to learn how to operate the `--patch` mode. out anyway. In other words, the ref can be held by more than one worktree. +--progress-no-tty + By default, git will refuse to write progress information if it + detects it's not connected to a tty. In order to avoid this check, + this option can be used. + +--progress-lf + By default, git will write progress information using "carriage + return" (ascii 0x0d) so that it stays on a single line. This + option will make git print progress information on separate lines. + <branch>:: Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that -- 2.6.1 -- 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