3 # Copyright (c) Josef "Jeff" Sipek, 2006-2013
7 if [ -z "$GUILT_VERSION" ]; then
8 echo "Invoking `basename "$0"` directly is no longer supported." >&2
16 # just output the regular series-style applied list
21 if [ "$1" != "-c" ]; then
25 cat "$applied" |
while read pname
; do
26 git show-ref refs
/patches
/$branch/$pname |
sed -e "s,refs/patches/$branch/,,"