summaryrefslogtreecommitdiffstats
path: root/test/repos/lots_of_commits.sh
diff options
context:
space:
mode:
authorTommy Nguyen <remyabel@gmail.com>2018-08-19 07:22:48 -0400
committerTommy Nguyen <remyabel@gmail.com>2018-08-19 07:22:48 -0400
commitd2bdac29aa7038177ab26f91c06d9f01703d97c5 (patch)
tree3b9635fb705020360ff62ee349c36bf1b5bfc271 /test/repos/lots_of_commits.sh
parentcea736e6e92bb0c37b61af15da9c261b79eb3c9b (diff)
parente6712832b502bf893d11d0c891f5ab1b69242fec (diff)
Merge branch 'master' into 157_remove_bom
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