aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean the working tree before testing first commitHEADmasterKazuki Yamaguchi2017-08-201-5/+8
| | | | | | | | | This could be done by -c|--clean option, but this is virtually always needed. Let's make it default. As the current -c|--clean option becomes useless, the semantics is changed. Specifying this would cause "git clean -xdff" every time before testing a commit, not just before testing the first one in the range.
* Teach -c|--clean optionKazuki Yamaguchi2017-06-221-0/+9
|
* Remove an erroneous line from usage textKazuki Yamaguchi2017-06-221-1/+0
|
* Remove short option for --checkout=<path>Kazuki Yamaguchi2017-06-221-2/+2
|
* Fix grammarKazuki Yamaguchi2017-06-191-2/+2
| | | | Reported-by: @java_shlt (on Twitter)
* Ensure the working tree isn't used by another instanceKazuki Yamaguchi2017-06-191-2/+9
| | | | Make a locking file at $GIT_DIR/git-test/current.lock.
* git-testKazuki Yamaguchi2017-06-193-0/+256