]> git.cameronkatri.com Git - cgit.git/commit
Fix segfault in patch view for root commit
authorLars Hjemli <hjemli@gmail.com>
Mon, 17 Mar 2008 22:13:16 +0000 (23:13 +0100)
committerLars Hjemli <hjemli@gmail.com>
Mon, 17 Mar 2008 22:51:47 +0000 (23:51 +0100)
commite01f1403b9b501c563b1fe0e0052460a95945528
treeeff9fd11272714db70bf2ac7116511f03d800af6
parent0537a7d1cfdf7934d91798a623030fd454b356af
Fix segfault in patch view for root commit

The code for patch view assumed the current commit would always have a parent,
which made cgit segfault when that wasn't the case.

This fixes the bug and adds a test-script for patch view which includes a test
for the inital commit.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
tests/t0108-patch.sh [new file with mode: 0755]
ui-patch.c