From: Edmundo Carmona <eantoranz@gmail.com>
To: git@vger.kernel.org
Cc: Edmundo Carmona Antoranz <eantoranz@gmail.com>
Subject: [PATCH 0/2] checkout: added two options to control progress output
Date: Sat, 24 Oct 2015 08:59:28 -0600 [thread overview]
Message-ID: <1445698768-22614-1-git-send-email-eantoranz@gmail.com> (raw)
From: Edmundo Carmona Antoranz <eantoranz@gmail.com>
checkout will refuse to print progress information if it's not connected
to a TTY. These patches will add two options:
--progress-no-tty: enable printing progress info even if not using a TTY
--progress-lf: print progress information using LFs instead of CRs
If none of these options is used, default behavior would be used to avoid
breaking current use cases
Edmundo Carmona Antoranz (2):
checkout: progress on non-tty. progress with lf
checkout: adjust documentation to the two new options
Documentation/git-checkout.txt | 10 ++++++++++
builtin/checkout.c | 12 ++++++++++--
progress.c | 8 +++++++-
progress.h | 1 +
unpack-trees.c | 3 +++
unpack-trees.h | 2 ++
6 files changed, 33 insertions(+), 3 deletions(-)
--
2.6.1
next reply other threads:[~2015-10-24 14:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-24 14:59 Edmundo Carmona [this message]
2015-10-29 22:05 ` [PATCH 0/2] checkout: added two options to control progress output Jeff King
2015-10-30 0:09 ` Edmundo Carmona Antoranz
2015-10-30 0:14 ` Jeff King
2015-10-30 16:52 ` Junio C Hamano
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=1445698768-22614-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).