summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-11 03:40:13 -0500
committerJune McEnroe <june@causal.agency>2020-02-11 03:40:33 -0500
commit40892a7415bb02c5463fe56dc79ad44724c770e9 (patch)
treed365a99944f33540e8d4f682c574204bb49e73a9 /Makefile
parentUse pkg(8) to configure on FreeBSD (diff)
downloadcatgirl-40892a7415bb02c5463fe56dc79ad44724c770e9.tar.gz
catgirl-40892a7415bb02c5463fe56dc79ad44724c770e9.zip
Fix completeReplace iteration
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
lt;mail@eworm.de> 2019-06-25ui-tree: allow per repository override for enable-blameChristian Hesse The blame operation can cause high cost in terms of CPU load for huge repositories. Let's add a per repository override for enable-blame. Signed-off-by: Christian Hesse <mail@eworm.de> 2019-06-05tests: successfully validate rc versionsChristian Hesse For testing versions the version string differs for git tag (v2.22.0-rc3) and tarball file name (2.22.0.rc3). Let's fix validation for testing versions. Signed-off-by: Christian Hesse <mail@eworm.de> 2019-06-05git: update to v2.21.0