summaryrefslogtreecommitdiffstats
path: root/test/repos/lots_of_commits.sh
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-19 14:52:08 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-19 14:52:08 +1000
commit6978785ccfdf6605501e1b36d2a4bc9635a89b99 (patch)
tree4013a156ebf40b9b51695528415aac4c7368e82a /test/repos/lots_of_commits.sh
parentcd9eada0c6b3fdb68519467807bf2c8e6eb521bd (diff)
add user email and config to test repo generators
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