From b028ae3aa8aebbe5c4929704fd17341f22644bec Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 24 Oct 2018 11:28:09 +0200 Subject: supercherry: Add doc and allow to change base branch Signed-off-by: Florian Pritz --- supercherry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'supercherry') diff --git a/supercherry b/supercherry index 68eac96..fad2460 100755 --- a/supercherry +++ b/supercherry @@ -1,6 +1,10 @@ #!/bin/bash -base="master" +# Similar to git-cherry, except that it shows unmerged commits +# from all branches (including remotes). + + +base="${1:-master}" RED="\e[1;31m" GREEN="\e[0;32m" -- cgit v1.2.3-24-g4f1b