Skip to content

Commit

Permalink
fix direct invocation messages
Browse files Browse the repository at this point in the history
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
jeffpc committed Oct 19, 2013
1 parent ce8f34e commit c3c31ab
Show file tree
Hide file tree
Showing 33 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion guilt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2006-2011
# Copyright (c) Josef "Jeff" Sipek, 2006-2013
#

GUILT_VERSION="0.35"
Expand Down
4 changes: 2 additions & 2 deletions guilt-add
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2006-2011
# Copyright (c) Josef "Jeff" Sipek, 2006-2013
#

USAGE="<file>..."
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-applied
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions guilt-branch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2007-2011
# Copyright (c) Josef "Jeff" Sipek, 2007-2013
#

USAGE="[<new_name>]"
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

Expand Down
2 changes: 1 addition & 1 deletion guilt-commit
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

USAGE="-n <num> | -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

Expand Down
4 changes: 2 additions & 2 deletions guilt-delete
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2006-2011
# Copyright (c) Josef "Jeff" Sipek, 2006-2013
#

USAGE="[-f] <patchname>"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-diff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (C) Josef 'Jeff' Sipek, 2007-2011
# Copyright (C) Josef 'Jeff' Sipek, 2007-2013
#

USAGE="[-z] [<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

Expand Down
2 changes: 1 addition & 1 deletion guilt-export
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

USAGE="[<target_dir>]"
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

Expand Down
2 changes: 1 addition & 1 deletion guilt-files
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions guilt-fold
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2006-2011
# Copyright (c) Josef "Jeff" Sipek, 2006-2013
#

USAGE="[-k] <patchname>"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-fork
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2007-2011
# Copyright (c) Josef "Jeff" Sipek, 2007-2013
#

USAGE="[<new_name>]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-graph
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2007-2011
# Copyright (c) Josef "Jeff" Sipek, 2007-2013
#

USAGE="[<patchname>]"
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

Expand Down
2 changes: 1 addition & 1 deletion guilt-guard
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

USAGE="[-l | --list | -n | --none | [<patchname>] [(+|-)<guard>...]]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-header
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2006-2011
# Copyright (c) Josef "Jeff" Sipek, 2006-2013
#

USAGE="[-eE] [<patchname>]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-help
Original file line number Diff line number Diff line change
@@ -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="[<command> | <topic>]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-import
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2007-2011
# Copyright (c) Josef "Jeff" Sipek, 2007-2013
#

USAGE="[-P <patch> ] <patch_file>"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-import-commit
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2007-2011
# Copyright (c) Josef "Jeff" Sipek, 2007-2013
#

USAGE="[<hash> | <since>..[<until>] | ..<until>]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-init
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions guilt-new
Original file line number Diff line number Diff line change
@@ -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] <patchname>"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-next
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions guilt-patchbomb
Original file line number Diff line number Diff line change
@@ -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 <msgid>] [--git] [--subject-prefix <prefix>] [<hash> | <since>..[<until>] | ..<until>]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-pop
Original file line number Diff line number Diff line change
@@ -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 <num> | <patchname>]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-prev
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions guilt-push
Original file line number Diff line number Diff line change
@@ -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 <num> | <patchname>]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-rebase
Original file line number Diff line number Diff line change
@@ -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="<upstream>"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-refresh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions guilt-repair
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions guilt-rm
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
#
# Copyright (c) Josef "Jeff" Sipek, 2006-2011
# Copyright (c) Josef "Jeff" Sipek, 2006-2013
#

USAGE="<file>..."
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

Expand Down
2 changes: 1 addition & 1 deletion guilt-select
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

USAGE="[ -n | --none | -s | --series | [--pop|--reapply] <guards...> ]"
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

Expand Down
4 changes: 2 additions & 2 deletions guilt-series
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading

0 comments on commit c3c31ab

Please sign in to comment.