summaryrefslogtreecommitdiffstats
path: root/test/repos/lots_of_commits.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/repos/lots_of_commits.sh')
-rwxr-xr-xtest/repos/lots_of_commits.sh3
1 files changed, 3 insertions, 0 deletions
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