]> granicus.if.org Git - git/commit
read-tree: show progress by default
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 21 Oct 2019 13:56:22 +0000 (13:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Oct 2019 03:42:06 +0000 (12:42 +0900)
commit4326bc1811fb65d096614e722b255b1166d47bde
tree9f085dd6f0470d2a947a0af8efa0edda7f12d30b
parent705f31cb7b01c538f12fa2a58b6aecf8cff69e51
read-tree: show progress by default

The read-tree builtin has a --verbose option that signals to show
progress and other data while updating the index. Update this to
be on by default when stderr is a terminal window.

This will help tools like 'git sparse-checkout' to automatically
benefit from progress indicators when a user runs these commands.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/read-tree.c