about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2015-03-05 12:58:12 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-05 15:54:47 +0100
commit3cb8e762780cb4bd8dc9d330d549e36d65ad4335 (patch)
tree0bcfe991b4b50f4df2e98f6b61bfd6a66681d6f1 /Makefile
parentRemove leading newline characters from tag messages (diff)
downloadcgit-pink-3cb8e762780cb4bd8dc9d330d549e36d65ad4335.tar.gz
cgit-pink-3cb8e762780cb4bd8dc9d330d549e36d65ad4335.zip
Drop return value from parse_user()
In commit 936295c (Simplify commit and tag parsing, 2015-03-03), the
commit and tag parsing code was refactored. This broke tag messages in
ui-tag since the line after the tagger header was erroneously skipped.
Rework parse_user() and skip the line manually outside parse_user().

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
f81abb174a8b49b95&follow=1'>ui-shared: move about tab all the way to the leftJason A. Donenfeld 2014-01-17filter: don't forget to reap the auth filterJason A. Donenfeld 2014-01-17cgit.c: free tmp variableJason A. Donenfeld 2014-01-17Switch to exclusively using global ctxLukas Fleischer 2014-01-16auth: have cgit calculate login addressJason A. Donenfeld 2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld 2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld 2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld 2014-01-16t0111: Additions and fixesLukas Fleischer 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer