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.sh2698log plain blame
-rwxr-xr-xt0010-validate-html.sh817log plain blame
-rwxr-xr-xt0020-validate-cache.sh1434log plain blame
-rwxr-xr-xt0101-index.sh616log plain blame
-rwxr-xr-xt0102-summary.sh705log plain blame
-rwxr-xr-xt0103-log.sh427log 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.sh704log plain blame
> 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