Hi, On Thu, 19 Jul 2007, Johannes Schindelin wrote: > +MESSAGE="$GIT_DIR"/new-notes > +trap ' > + test -f "$MESSAGE" && rm "$MESSAGE" > +' 0 Oh, well. Probably this should use mktemp and should handle GIT_INDEX_FILE, too. Will do that tomorrow. Ciao, Dscho - 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