diff --git a/guilt b/guilt index e9b2aab..2a0b3c0 100755 --- a/guilt +++ b/guilt @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # GUILT_VERSION="0.35" diff --git a/guilt-add b/guilt-add index 8a6b5a7..21bc151 100755 --- a/guilt-add +++ b/guilt-add @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="..." if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-applied b/guilt-applied index a84f1f7..896f706 100755 --- a/guilt-applied +++ b/guilt-applied @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-c]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-branch b/guilt-branch index b2a71e2..0e58469 100755 --- a/guilt-branch +++ b/guilt-branch @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2007-2011 +# Copyright (c) Josef "Jeff" Sipek, 2007-2013 # USAGE="[]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-commit b/guilt-commit index 6ee1f16..6db8efa 100755 --- a/guilt-commit +++ b/guilt-commit @@ -5,7 +5,7 @@ USAGE="-n | -a | --all" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-delete b/guilt-delete index 551e6a4..3e394f8 100755 --- a/guilt-delete +++ b/guilt-delete @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-f] " if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-diff b/guilt-diff index 182fa59..83cda27 100755 --- a/guilt-diff +++ b/guilt-diff @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (C) Josef 'Jeff' Sipek, 2007-2011 +# Copyright (C) Josef 'Jeff' Sipek, 2007-2013 # USAGE="[-z] [...]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-export b/guilt-export index 62c1ef6..810665a 100755 --- a/guilt-export +++ b/guilt-export @@ -5,7 +5,7 @@ USAGE="[]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-files b/guilt-files index aab35d5..6428d2b 100755 --- a/guilt-files +++ b/guilt-files @@ -5,7 +5,7 @@ USAGE="[-v] [-a] [-l]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-fold b/guilt-fold index 07d77a1..b22ec2c 100755 --- a/guilt-fold +++ b/guilt-fold @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-k] " if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-fork b/guilt-fork index 5677e1b..a85d391 100755 --- a/guilt-fork +++ b/guilt-fork @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2007-2011 +# Copyright (c) Josef "Jeff" Sipek, 2007-2013 # USAGE="[]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-graph b/guilt-graph index eaf3309..b3469dc 100755 --- a/guilt-graph +++ b/guilt-graph @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2007-2011 +# Copyright (c) Josef "Jeff" Sipek, 2007-2013 # USAGE="[]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-guard b/guilt-guard index ada7f45..8cf6b64 100755 --- a/guilt-guard +++ b/guilt-guard @@ -5,7 +5,7 @@ USAGE="[-l | --list | -n | --none | [] [(+|-)...]]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-header b/guilt-header index 19cfd45..41e00cc 100755 --- a/guilt-header +++ b/guilt-header @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-eE] []" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-help b/guilt-help index 001ddfb..93442a3 100755 --- a/guilt-help +++ b/guilt-help @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2007-2011 +# Copyright (c) Josef "Jeff" Sipek, 2007-2013 # DO_NOT_CHECK_BRANCH_EXISTENCE=1 USAGE="[ | ]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-import b/guilt-import index 041d20a..3e9b3bb 100755 --- a/guilt-import +++ b/guilt-import @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2007-2011 +# Copyright (c) Josef "Jeff" Sipek, 2007-2013 # USAGE="[-P ] " if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-import-commit b/guilt-import-commit index ad679d6..20dcee2 100755 --- a/guilt-import-commit +++ b/guilt-import-commit @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2007-2011 +# Copyright (c) Josef "Jeff" Sipek, 2007-2013 # USAGE="[ | ..[] | ..]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-init b/guilt-init index 148699c..7ebdc4d 100755 --- a/guilt-init +++ b/guilt-init @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # DO_NOT_CHECK_BRANCH_EXISTENCE=1 USAGE="" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-new b/guilt-new index 0803063..bb68924 100755 --- a/guilt-new +++ b/guilt-new @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-f] [-s] [-e|-m message] " if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-next b/guilt-next index c7263f1..d97e02d 100755 --- a/guilt-next +++ b/guilt-next @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-p|--path]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-patchbomb b/guilt-patchbomb index c61cd1b..1231418 100755 --- a/guilt-patchbomb +++ b/guilt-patchbomb @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2007-2011 +# Copyright (c) Josef "Jeff" Sipek, 2007-2013 # DO_NOT_CHECK_BRANCH_EXISTENCE=1 USAGE="[-n] [-s] [--in-reply-to ] [--git] [--subject-prefix ] [ | ..[] | ..]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-pop b/guilt-pop index 1e36f00..f0e647f 100755 --- a/guilt-pop +++ b/guilt-pop @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-f] [-a | --all | -n | ]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-prev b/guilt-prev index 31c054c..5e232f5 100755 --- a/guilt-prev +++ b/guilt-prev @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-p|--path]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-push b/guilt-push index 4a54d07..67687e7 100755 --- a/guilt-push +++ b/guilt-push @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[ -f ] [-a | --all | -n | ]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-rebase b/guilt-rebase index c33022f..fd28e48 100755 --- a/guilt-rebase +++ b/guilt-rebase @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2007-2011 +# Copyright (c) Josef "Jeff" Sipek, 2007-2013 # # Heavily based on the long removed sh version of git-cherry # USAGE="" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-refresh b/guilt-refresh index 4e22929..293da6a 100755 --- a/guilt-refresh +++ b/guilt-refresh @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[--git] [--diffstat]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-repair b/guilt-repair index 8fc5412..3a0b65a 100755 --- a/guilt-repair +++ b/guilt-repair @@ -1,13 +1,13 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2008-2011 +# Copyright (c) Josef "Jeff" Sipek, 2008-2013 # DO_NOT_CHECK_STATUS_FILE_FORMAT=1 USAGE="--full | --status" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-rm b/guilt-rm index d68622b..0a5f902 100755 --- a/guilt-rm +++ b/guilt-rm @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="..." if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-select b/guilt-select index fb7941b..14fd704 100755 --- a/guilt-select +++ b/guilt-select @@ -5,7 +5,7 @@ USAGE="[ -n | --none | -s | --series | [--pop|--reapply] ]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-series b/guilt-series index f8cd7c7..8e2f68a 100755 --- a/guilt-series +++ b/guilt-series @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-v | -g | -e]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-status b/guilt-status index b4cd1eb..9b0c834 100755 --- a/guilt-status +++ b/guilt-status @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-a|-A] [-c|-C] [-d|-D] [-m|-M] [-r|-R] [-t|-T] [-u|-U] [-x|-X] [-n]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-top b/guilt-top index 6215009..b935c3f 100755 --- a/guilt-top +++ b/guilt-top @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="[-p|--path]" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi diff --git a/guilt-unapplied b/guilt-unapplied index 9aec87a..1eb07f8 100755 --- a/guilt-unapplied +++ b/guilt-unapplied @@ -1,11 +1,11 @@ #!/bin/sh # -# Copyright (c) Josef "Jeff" Sipek, 2006-2011 +# Copyright (c) Josef "Jeff" Sipek, 2006-2013 # USAGE="" if [ -z "$GUILT_VERSION" ]; then - echo "Invoking $GUILT directly is no longer supported." >&2 + echo "Invoking `basename "$0"` directly is no longer supported." >&2 exit 1 fi