Am 6/16/2010 0:39, schrieb Jay Soffian: > + if test -f "$dotest/original-commit" > + then > + original_commit="$(cat "$dotest/original-commit")" > + GIT_AUTHOR_NAME="$(GIT_PAGER='' git log --format=%an -1 "$original_commit")" > + GIT_AUTHOR_EMAIL="$(GIT_PAGER='' git log --format=%ae -1 "$original_commit")" > + GIT_AUTHOR_DATE="$(GIT_PAGER='' git log --format=%aD -1 "$original_commit")" I think you can use the function get_author_ident_from_commit() for this. See git-sh-setup. -- Hannes -- 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