about summary refs log tree commit diff
path: root/ui-tree.c
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-08-13 12:14:18 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-13 15:38:03 +0200
commite09574bdf6cfbd21ff0a58a18f34d4a11db824d7 (patch)
tree62e76a82bcbc8fab45c0a5e361b10246255c1b00 /ui-tree.c
parentcache.c: fix header order (diff)
downloadcgit-pink-e09574bdf6cfbd21ff0a58a18f34d4a11db824d7.tar.gz
cgit-pink-e09574bdf6cfbd21ff0a58a18f34d4a11db824d7.zip
cgit.h: move stdbool.h from ui-shared.h
Follow the Git policy of including system headers in only one place.

Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
> 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 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