about summary refs log tree commit diff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2009-08-11 10:08:12 +0200
committerLars Hjemli <hjemli@gmail.com>2009-08-24 10:22:57 +0200
commitfb9bf55cde24bbb46568575fc65739a9226f8216 (patch)
tree12380177c2b33f8acd2553769744dc87b062d0e4 /tests/Makefile
parentcgitrc.5.txt: fix description and markup for 'snapshots' option (diff)
downloadcgit-pink-fb9bf55cde24bbb46568575fc65739a9226f8216.tar.gz
cgit-pink-fb9bf55cde24bbb46568575fc65739a9226f8216.zip
scan-tree: detect non-bare repository and stop scanning early
We don't want to descend into every subdirectory of a git repository
with a workdir.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'tests/Makefile')
0 files changed, 0 insertions, 0 deletions
McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe