]> git.cameronkatri.com Git - cgit.git/commit
Handle single-line and empty commit subjects
authorOndrej Jirman <ondrej.jirman@zonio.net>
Sat, 26 May 2007 00:19:38 +0000 (02:19 +0200)
committerLars Hjemli <hjemli@gmail.com>
Thu, 31 May 2007 08:21:50 +0000 (10:21 +0200)
commit3ce6fc16ef4670c535c6e35d48c7f980ff8a5532
tree7a3359b2e2488f0eaf350ba6a5e7865bbbabc969
parent1a63cfcc3d83919e790e7e279eb35fc75adb0e3c
Handle single-line and empty commit subjects

If commit object ends with \0 after subject line, then info->subject
was not set.

This commit fixes this and also sets subject to ** empty ** if it
would otherwise be empty, so that there is something to click on.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
parsing.c