]> git.ipfire.org Git - thirdparty/git.git/commit
t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`
authorTaylor Blau <me@ttaylorr.com>
Thu, 23 May 2024 21:27:08 +0000 (17:27 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 May 2024 18:40:43 +0000 (11:40 -0700)
commit8e41468ef3b0b8435918bae2b5bda2a5d3facdca
treea177624b3df94346ec983c2ae9f99136687344af
parent71eca9ab7945b23c057c14259a99c3c1bd6872f9
t/test-lib-functions.sh: support `--notick` in `test_commit_bulk()`

One of the tests we'll want to add for pseudo-merge bitmaps needs to be
able to generate a large number of commits at a specific date.

Support the `--notick` option (with identical semantics to the
`--notick` option for `test_commit()`) within `test_commit_bulk` as a
prerequisite for that. Callers can then set the various _DATE variables
themselves.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh