about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2014-12-24 08:50:11 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2014-12-24 01:38:28 -0700
commit6f9e8a9659996281248c9002497148d489003bce (patch)
treeb295659449e6a29aff4b27eaf067006bbdbe4530 /tests
parentfooter: link back to cgit home page (diff)
downloadcgit-pink-6f9e8a9659996281248c9002497148d489003bce.tar.gz
cgit-pink-6f9e8a9659996281248c9002497148d489003bce.zip
Use split_ident_line() in parse_user()
Use Git's built-in ident line splitting algorithm instead of
reimplementing it. This does not only simplify the code but also makes
sure that cgit is consistent with Git when it comes to author parsing.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
td>Match commands case-insensitivelyJune McEnroe2018-08-07 * Convert input to multibyte before handlingJune McEnroe2018-08-07 * Populate tab-complete listJune McEnroe2018-08-07 * Fix /me formatting side-effectsJune McEnroe2018-08-07 * Define ui.c BUF_LEN with enumJune McEnroe2018-08-07 * Hack clang into checking uiFmt format stringsJune McEnroe2018-08-07 * Handle PART and QUIT without messagesJune McEnroe2018-08-07 * Make safe filling the who bufferJune McEnroe2018-08-07 * Add reverse and reset IRC formatting codesJune McEnroe2018-08-07 * Rewrite line editing again, add formattingJune McEnroe2018-08-06 * Fix allocation size in vaswprintfJune McEnroe2018-08-06 * Implement word wrappingJune McEnroe2018-08-06 * Use wchar_t strings for all of UIJune McEnroe2018-08-06 * Rename line editing functionsJune McEnroe2018-08-06 * Initialize all possible color pairsJune McEnroe2018-08-05 * Refactor color initializationJune McEnroe2018-08-05 * Add ^L redrawJune McEnroe2018-08-05 * Use 16 colors if availableJune McEnroe2018-08-05 * Limit parsed colors to number of mIRC colorsJune McEnroe2018-08-05 * Show source link on exit