about summary refs log tree commit diff
path: root/cache.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2014-02-20 19:48:24 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2014-02-20 19:48:24 +0100
commit7e1c0ed2aa50ed2290f63912897a3724b224b7ea (patch)
tree26bd4b76373e658f86513b683f9ffe8d6482d4cc /cache.c
parentgen-version.sh: check if git is available before trying to call it (diff)
downloadcgit-pink-7e1c0ed2aa50ed2290f63912897a3724b224b7ea.tar.gz
cgit-pink-7e1c0ed2aa50ed2290f63912897a3724b224b7ea.zip
diffstat: do not rely on uninitialized data
Right now if you visit:
<http://git.zx2c4.com/systemd/diff/src/udev/udev-builtin-input_id.c?id=bcfce235>
you'll see that if you reload the page a few times, a bunch of times the
diffstat comes out with no lines being shown or changed. I'm not
currently sure what the cause of this is, but I suspect it might have to
do with this uninitialized data.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cache.c')
0 files changed, 0 insertions, 0 deletions
>Add all target to git.causal.agency MakefileJune McEnroe 2021-01-20Remove Lua supportJune McEnroe 2021-01-20Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe