about summary refs log tree commit diff
path: root/tests
ModeNameSize
-rw-r--r--.gitignore22log plain blame
-rw-r--r--Makefile115log plain blame
-rwxr-xr-xsetup.sh3146log plain blame
-rwxr-xr-xt0010-validate-html.sh817log plain blame
-rwxr-xr-xt0020-validate-cache.sh1434log plain blame
-rwxr-xr-xt0101-index.sh691log plain blame
-rwxr-xr-xt0102-summary.sh887log plain blame
-rwxr-xr-xt0103-log.sh999log plain blame
-rwxr-xr-xt0104-tree.sh840log plain blame
-rwxr-xr-xt0105-commit.sh1108log plain blame
-rwxr-xr-xt0106-diff.sh530log plain blame
-rwxr-xr-xt0107-snapshot.sh810log plain blame
-rwxr-xr-xt0108-patch.sh718log plain blame
3606cfe68c53&follow=1'>Set line number on File linesJune McEnroe 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