about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2016-07-06 07:08:01 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-06 11:29:23 +0200
commit590ba455d694deaf2ec206510cf7f047ac365a96 (patch)
treebfea40b66089cba4bd2f2120eb35725aae6b5531 /.gitignore
parentcss: consistent use of empty lines (diff)
downloadcgit-pink-590ba455d694deaf2ec206510cf7f047ac365a96.tar.gz
cgit-pink-590ba455d694deaf2ec206510cf7f047ac365a96.zip
ui-shared: fix segfault when defbranch is NULL
Not sure if there's a better fix for this.  defbranch is
NULL here on my setup when a crawler hit an invalid URL,
causing strcmp to segfault.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
>Rewrite UI againJune McEnroe 2018-09-12Add note about C-oJune McEnroe 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe