Support for older Git versions was broken in 5cd9e87faa0a116ce2b378be6a5c89d5f20629f1 (post 0.12). Signed-off-by: Yann Dirson <ydirson@xxxxxxxxxx> --- t/t1900-mail.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t1900-mail.sh b/t/t1900-mail.sh index 4be7270..3eed7f8 100755 --- a/t/t1900-mail.sh +++ b/t/t1900-mail.sh @@ -6,7 +6,7 @@ test_description='Test the mail command' test_expect_success \ 'Initialize the StGIT repository' \ ' - git config stgit.sender "A U Thor <author@xxxxxxxxxxx>" && + git repo-config stgit.sender "A U Thor <author@xxxxxxxxxxx>" && for i in 1 2 3 4 5; do touch foo.txt && echo "line $i" >> foo.txt && - 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