git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] checkout: adjust documentation to the two new options
@ 2015-10-24 15:00 Edmundo Carmona
  0 siblings, 0 replies; only message in thread
From: Edmundo Carmona @ 2015-10-24 15:00 UTC (permalink / raw)
  To: git; +Cc: Edmundo Carmona Antoranz

From: Edmundo Carmona Antoranz <eantoranz@gmail.com>

Signed-off-by: Edmundo Carmona Antoranz <eantoranz@gmail.com>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-24 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24 15:00 [PATCH 2/2] checkout: adjust documentation to the two new options Edmundo Carmona

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).