logging.bash: Add dedcat and excat helpers

This commit is contained in:
Andrew Rogers 2023-06-21 23:51:03 -05:00
commit b4e2541e50
3 changed files with 5 additions and 4 deletions

View file

@ -14,7 +14,7 @@ Usage: $0 BRANCH_A UPSTREAM_BRANCH [START_REFSPEC]
Note: Commit hashes are walked along UPSTREAM_BRANCH.
EOUSAGE
[ -z "$1" -o -z "$2" ] && errcat "$usage" && exit 1
[ -z "$1" -o -z "$2" ] && dedcat "$usage"
branch_a="$1"
upstream_branch="$2"