On Sat, Jul 10, 2010 at 8:27 PM, Nazri Ramliy <ayiehere@xxxxxxxxx> wrote: > - echo "pick $shortsha1 $rest" >> "$TODO" > + git log -1 --abbrev-commit --abbrev=7 --format="pick %h %s" $sha1 > "$TODO" [snip] > - echo "pick $shortsha1 $rest" >> "$TODO" > + git log -1 --abbrev-commit --abbrev=7 --format="pick %h %s" $sha1 > "$TODO" Notice the change from ">>" to ">"? I'm stupid :) Please drop this patch. I'll resend the corrected one. nazri. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html