From 9eaa858eb90802b9b6ce8a061229faba463f4bc3 Mon Sep 17 00:00:00 2001 From: Kevin Willford Date: Thu, 10 Aug 2017 14:32:56 -0400 Subject: rebase: turn on progress option by default for format-patch Pass the "--progress" option to format-patch when the standard error stream is connected to the terminal and "--quiet" is not given. Signed-off-by: Kevin Willford Signed-off-by: Junio C Hamano --- git-rebase--am.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'git-rebase--am.sh') diff --git a/git-rebase--am.sh b/git-rebase--am.sh index 375239341..ff98fe3a7 100644 --- a/git-rebase--am.sh +++ b/git-rebase--am.sh @@ -53,6 +53,7 @@ else git format-patch -k --stdout --full-index --cherry-pick --right-only \ --src-prefix=a/ --dst-prefix=b/ --no-renames --no-cover-letter \ + $git_format_patch_opt \ "$revisions" ${restrict_revision+^$restrict_revision} \ >"$GIT_DIR/rebased-patches" ret=$? -- cgit v1.2.1