about summary refs log tree commit diff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-10-25 20:33:04 +0200
committerLars Hjemli <hjemli@gmail.com>2007-10-27 10:53:19 +0200
commitef1cc6ef941cedf2e34fa1ed34ca8cd8a0cfdacc (patch)
tree5c9d40e556a5787e9338bc506dec37360f54d8f5 /tests/Makefile
parentUse reflist to print tag info (diff)
downloadcgit-pink-ef1cc6ef941cedf2e34fa1ed34ca8cd8a0cfdacc.tar.gz
cgit-pink-ef1cc6ef941cedf2e34fa1ed34ca8cd8a0cfdacc.zip
Sort tags by age
This adds a function to compare timestamps and then uses it as callback
for qsort() before printing out tags.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
it/tests/t0106-diff.sh?id=0d2e0cc2758571d70a64017d12990a2dab62480e&follow=1'>Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe