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(-) -- 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