aboutsummaryrefslogtreecommitdiffstats
path: root/tests/t0104-tree.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-01-10changed objects are outputted, allowing for selections of code onlyOnne Gorter1-2/+2
2009-01-06ui-tree.c: do not add blank line when displaying blobsLars Hjemli1-1/+1
Also, fix a related bug in the test-suite. Noticed-by: Jim Meyering <jim@meyering.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2008-10-05ui-shared.c: use html_url_arg()Lars Hjemli1-0/+12
The link-generating functions are updated to use the new html_url_arg function, thereby fixing links to strange repos, branches and files. Also, the test-suite is updated to verify some cases of strange urls. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-11-11Fix html error detected by test-suiteLars Hjemli1-2/+8
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2007-11-11Create initial testsuiteLars Hjemli1-0/+15
This creates a simple testsuite, heavily inspired by the testsuite in git. Signed-off-by: Lars Hjemli <hjemli@gmail.com>