]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rebase.c
builtin rebase: show progress when connected to a terminal
authorPratik Karki <predatoramigo@gmail.com>
Wed, 8 Aug 2018 15:36:33 +0000 (21:21 +0545)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Oct 2018 05:16:05 +0000 (14:16 +0900)
commitcda614e489a4da3a4824af2f2e17379131e1f048
treef8f310ae7c2f89b51cb72676e50f98f808bb8c05
parent7eecfa56017017208fd71c7aad9310a582a558ad
builtin rebase: show progress when connected to a terminal

In this commit, we pass `--progress` to the `format-patch` command if
stderr is connected to an interactive terminal, unless we're in quiet
mode.

This `--progress` option will be used in `format-patch` to show progress
reports on stderr as patches are generated.

Signed-off-by: Pratik Karki <predatoramigo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c