about summary refs log tree commit diff
path: root/ui-refs.c
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2014-01-10 14:55:31 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2014-01-10 17:06:24 +0100
commitc96becc1e5ebff9e6609e61e11e80debcb3a778c (patch)
tree94ed1213cfc1100edf5800a540f3394f1be47f52 /ui-refs.c
parentcgit.c: Use "else" for mutually exclusive branches (diff)
downloadcgit-pink-c96becc1e5ebff9e6609e61e11e80debcb3a778c.tar.gz
cgit-pink-c96becc1e5ebff9e6609e61e11e80debcb3a778c.zip
cgit.c: Fix comment on bit mask hack
* Formatting and spelling fixes.

* A bit mask with the size of one byte only allows for storing 8 (not
  255!) different flags.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'ui-refs.c')
0 files changed, 0 insertions, 0 deletions
7 13:53:02 +0100'>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