git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] checkout: added two options to control progress output
@ 2015-10-24 14:59 Edmundo Carmona
  2015-10-29 22:05 ` Jeff King
  0 siblings, 1 reply; 5+ messages in thread
From: Edmundo Carmona @ 2015-10-24 14:59 UTC (permalink / raw)
  To: git; +Cc: Edmundo Carmona Antoranz

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-10-30 16:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24 14:59 [PATCH 0/2] checkout: added two options to control progress output Edmundo Carmona
2015-10-29 22:05 ` 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

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).