aboutsummaryrefslogtreecommitdiff
path: root/tests/t0106-diff.sh
AgeCommit message (Collapse)Author
3 hoursdiff: split refs and other options into separate panelsHEADv1.3.1+14masterdevelopGravatar Saya Andy
The diff controls panel mixed the from/to ref pickers with the rendering options (context, space, mode). Split it into two panels, stacked vertically: one for the refs and one for the other options, so each groups related controls.
2026-08-15diff: pick refs from web uiv1.3.1+13Gravatar Saya Andy
Beforehand the choice between two refs in diff could not be changed from web ui (only via url query), and by default it was current and previous commit. Now it is doable with dropdown menus.
2013-04-08tests: use Git's test frameworkGravatar John Keeping
This allows tests to run in parallel as well as letting us use "prove" or another TAP harness to run the tests. Git's test framework requires Git to be fully built before letting any tests run, so add a new target to the top-level Makefile which builds all of Git instead of just libgit.a and make the "test" target depend on that. Signed-off-by: John Keeping <john@keeping.me.uk>
2013-03-04tests: "grep -e" is not portable to all platformsGravatar John Keeping
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>
2007-11-11Create initial testsuiteGravatar Lars Hjemli
This creates a simple testsuite, heavily inspired by the testsuite in git. Signed-off-by: Lars Hjemli <hjemli@gmail.com>