The main goal of this is to teach git-am and git-rebase to be quiet. To do that, I've implemented a generic say function in git-sh-setup so that script writers can implement a quiet option by setting GIT_QUIET and using say instead of echo. git-stash is still left out, but hopefully this makes that easier for someone else later. Changes since v1: - introduction of say() - migration of submodule and repack Stephen Boyd (3): git-sh-setup: introduce say() for quiet options submodule, repack: migrate to git-sh-setup's say() am, rebase: teach quiet option Documentation/git-am.txt | 6 +++++- Documentation/git-rebase.txt | 4 ++++ git-am.sh | 17 ++++++++++++----- git-rebase.sh | 40 +++++++++++++++++++++++++++++----------- git-repack.sh | 12 +++++------- git-sh-setup.sh | 7 +++++++ git-submodule.sh | 24 ++++++------------------ t/t3400-rebase.sh | 7 +++++++ t/t4150-am.sh | 7 +++++++ 9 files changed, 82 insertions(+), 42 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html