[PATCH 0/2] teach am and rebase -q/--quiet
From: Stephen Boyd <hidden>
Date: 2016-06-15 22:46:57
am and rebase are talkative scripts. Teach them to be less verbose. This is useful for script writers incorporating rebase or am into their scripts. I am not sure why "current branch $branch is up to date" and "Fast-forwarded $branch to $onto" is echoed to stderr, but I've wrapped those in a quiet check because it doesn't seem to be an error. Maybe those should be changed to stdout? Stephen Boyd (2): am: teach quiet option rebase: teach quiet option Documentation/git-am.txt | 6 ++++- Documentation/git-rebase.txt | 4 +++ git-am.sh | 27 ++++++++++++++++++---- git-rebase.sh | 49 ++++++++++++++++++++++++++++++++--------- t/t3400-rebase.sh | 7 ++++++ t/t4150-am.sh | 7 ++++++ 6 files changed, 83 insertions(+), 17 deletions(-)