aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t0105-commit.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: make whitespace consistent•••Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-03-041-7/+7
* tests: "grep -e" is not portable to all platforms•••The "-e" option to grep is not needed unless specifying more than one pattern, which we don't do. Remove it to avoid restricting the tests on platforms that do not have a grep that recognises "-e". Signed-off-by: John Keeping <john@keeping.me.uk> John Keeping2013-03-041-6/+6
* tests/t0105-commit.sh: expect commit decorations•••When a commit is referenced by a branch or tag the commit subject- line will be suffixed with the proper decorations, hence the test for this line needs to be updated. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2009-01-271-1/+1
* Include commit-id in link from diff-stat•••This fixes a regression created by fe1230dece81450004d02fa8a470f8dab8f7fdd9, and modifies a test to avoid future regressions. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2008-05-181-1/+1
* 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> Lars Hjemli2008-05-181-0/+15
* Fix html error detected by test-suite•••Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-11-111-1/+1
* Create initial testsuite•••This creates a simple testsuite, heavily inspired by the testsuite in git. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Lars Hjemli2007-11-111-0/+22