about summary refs log tree commit diff
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-02-24 19:43:46 +0100
committerLars Hjemli <hjemli@gmail.com>2008-02-24 19:53:08 +0100
commit20cdffd5e086ebfb8ba6a82ab98ab27276657111 (patch)
tree3d6b33855468682275a2580d09ba5c6c24726fa9 /cgit.h
parentMake output from `make test` more readable (diff)
downloadcgit-pink-20cdffd5e086ebfb8ba6a82ab98ab27276657111.tar.gz
cgit-pink-20cdffd5e086ebfb8ba6a82ab98ab27276657111.zip
t0010-validate.sh: return on cgit errors
The earlier segfault in cgit passed by unnoticed by this test-script due to
the pipe between cgit and sed.

There might be a more elegant solution to this problem, but my shellscript-
foo is weak.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
0 files changed, 0 insertions, 0 deletions
ix removing entries during tab completeJune McEnroe 2018-08-10Become multi-channelJune McEnroe 2018-08-10Move process spawning onto the event loopJune McEnroe 2018-08-10Remove unnecessary va_endJune McEnroe 2018-08-10Rename chan to joinJune McEnroe 2018-08-09Add -u option for setting userJune McEnroe 2018-08-09Color brackets around nicksJune McEnroe 2018-08-09Fix 432 handler paramsJune McEnroe 2018-08-09Add M-b, M-f, M-DEL, M-d, C-wJune McEnroe 2018-08-09Add PASS optionJune McEnroe 2018-08-09Ignore trailing space on slash commandsJune McEnroe 2018-08-09Replace shift with a great variadic functionJune McEnroe 2018-08-09Only tabTouch nick if not selfJune McEnroe 2018-08-09Add URL detection, listing and openingJune McEnroe 2018-08-08Add commands to tab completeJune McEnroe 2018-08-08Use blank line as unread markerJune McEnroe 2018-08-08Add Homebrew LibreSSL paths to MakefileJune McEnroe 2018-08-08Distinguish self with square bracketsJune McEnroe 2018-08-08Add markers as lines to the logJune McEnroe 2018-08-08Factor out line editing to edit.cJune McEnroe 2018-08-08Set log marker on FocusOut eventJune McEnroe 2018-08-08Color own messages 15June McEnroe 2018-08-08Use BLACK LEFT-POINTING TRIANGLE for markerJune McEnroe 2018-08-07Reset attrs after addIRCJune McEnroe 2018-08-07Add tab complete UIJune McEnroe 2018-08-07Implement cycling tab completeJune McEnroe 2018-08-07Mark log when scrolling upJune McEnroe 2018-08-07Remove extraneous slash from unrecognized commandJune McEnroe 2018-08-07Highlight and beep pingsJune McEnroe 2018-08-07Factor out allocating conversion between wcs and mbs