]> granicus.if.org Git - cgit/commit
ui-commit: handle root commits
authorLars Hjemli <hjemli@gmail.com>
Sun, 18 May 2008 19:09:26 +0000 (21:09 +0200)
committerLars Hjemli <hjemli@gmail.com>
Sun, 18 May 2008 19:13:21 +0000 (21:13 +0200)
commit502d57596e645ec91bb9b8ca62833cdb0de4a3b1
treecf825746aee92fc7b50d5b35173a4c38739ecbbf
parent17890d0058c1555133c8767ceb123e809e6971ab
ui-commit: handle root commits

Both cgit_print_diff() and cgit_diff_tree() handles root commits nicely,
but cgit_print_commit() forgot to check the case of 0 parents.

This fixes it, and adds tests to avoid future regressions.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
tests/t0105-commit.sh
ui-commit.c