Christian Couder wrote: > + GIT_AUTHOR_NAME="$author_ident_name" \ > + GIT_AUTHOR_EMAIL="$author_ident_email" \ > + GIT_AUTHOR_DATE="$author_ident_date" \ > $USE_OUTPUT git commit --no-verify \ > $MSG_OPT "$EDIT_OR_FILE" || failed=t Why not use 'git commit -C $(cat "$SAVED_COMMIT") ...' ? -- Jakub Narebski Poland -- 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