about summary refs log tree commit diff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2014-02-08 14:37:29 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2014-02-21 18:19:00 +0100
commit3e9578e9a3393eaebc658ad650a3241bf1930176 (patch)
treeddc1d687dca3bfb839f1c876e85bc6900f9d81aa /tests/Makefile
parentprint download link for reference string length == 1 (diff)
downloadcgit-pink-3e9578e9a3393eaebc658ad650a3241bf1930176.tar.gz
cgit-pink-3e9578e9a3393eaebc658ad650a3241bf1930176.zip
Remove unused parameter from cgit_print_snapshot()
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
'> 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe