From 6978785ccfdf6605501e1b36d2a4bc9635a89b99 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 19 Aug 2018 14:52:08 +1000 Subject: add user email and config to test repo generators --- test/repos/lots_of_commits.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/repos/lots_of_commits.sh') diff --git a/test/repos/lots_of_commits.sh b/test/repos/lots_of_commits.sh index 7c271f751..ad55864c3 100755 --- a/test/repos/lots_of_commits.sh +++ b/test/repos/lots_of_commits.sh @@ -2,6 +2,9 @@ set -ex; rm -rf repo; mkdir repo; cd repo git init +git config user.email "test@example.com" +git config user.name "Lazygit Tester" + i=2 end=100 -- cgit v1.2.3