git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Edmundo Carmona <eantoranz@gmail.com>
To: git@vger.kernel.org
Cc: Edmundo Carmona Antoranz <eantoranz@gmail.com>
Subject: [PATCH 2/2] checkout: adjust documentation to the two new options
Date: Sat, 24 Oct 2015 09:00:10 -0600	[thread overview]
Message-ID: <1445698810-22726-1-git-send-email-eantoranz@gmail.com> (raw)

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

                 reply	other threads:[~2015-10-24 15:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445698810-22726-1-git-send-email-eantoranz@gmail.com \
    --to=eantoranz@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).