]> git.ipfire.org Git - thirdparty/git.git/commit
t7900-maintenance: test for magic markers
authorMartin Ågren <martin.agren@gmail.com>
Mon, 21 Dec 2020 21:26:33 +0000 (22:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Dec 2020 22:33:09 +0000 (14:33 -0800)
commita52df25a546e33e76c3ddeff66545e4437249290
treecba0170de52d3ad9d2da741460b40caa046241de
parent66dc0a3625e9f3ea8e99e5ae4f4d3dded1d5c8c6
t7900-maintenance: test for magic markers

When we insert our "BEGIN" and "END" markers into the cron table, it's
so that a Git version from many years into the future would be able to
identify this region in the cron table. Let's add a test to make sure
that these markers don't ever change.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Acked-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7900-maintenance.sh