6 source $REG_DIR/scaffold
10 function fixup_time_info
12 touch -a -m -t "$TOUCH_DATE" ".git/patches/master/$1"
15 shouldfail guilt header
19 cmd guilt new
-s -m "blah blah blah" patch-with-some-desc
21 fixup_time_info patch-with-some-desc
28 guilt series |
while read n
; do
32 shouldfail guilt header non-existant
2>&1
34 # FIXME: how do we check that -e works?