doc: git doesn't use git-foo invocations.
[guilt.git] / guilt-unapplied
blob1eb07f87ac8b9ac5a2dc5662f88544e667fbdfd5
1 #!/bin/sh
3 # Copyright (c) Josef "Jeff" Sipek, 2006-2013
6 USAGE=""
7 if [ -z "$GUILT_VERSION" ]; then
8 echo "Invoking `basename "$0"` directly is no longer supported." >&2
9 exit 1
12 _main() {
14 if [ $# -ne 0 ]; then
15 usage
18 n=`wc -l < "$applied"`
19 n=`expr $n + 1`
21 get_series | sed -n -e "$n,\$p"