about summary refs log tree commit diff
path: root/cmd.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-10-11 20:22:57 +0200
committerLars Hjemli <hjemli@gmail.com>2008-10-11 20:22:57 +0200
commit140012d7a8e51df5a9f9c556696778b86ade4fc9 (patch)
tree91bd76d2d324017e131c78c41863edd971c37f51 /cmd.c
parentMerge branch 'stable' (diff)
downloadcgit-pink-140012d7a8e51df5a9f9c556696778b86ade4fc9.tar.gz
cgit-pink-140012d7a8e51df5a9f9c556696778b86ade4fc9.zip
CGIT 0.8.1
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
sing 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