cgitsb/tests
Lukas Fleischer 370535fc70 t0108: Avoid unnecessary fork()
Use `git rev-list --max-parents=0 HEAD` instead of `git rev-list HEAD |
tail -1` to get the root commit. This works since Git 1.7.4.2.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
2013-08-26 21:01:11 +02:00
..
.gitignore tests/.gitignore: update for using Git's test infrastructure 2013-04-08 22:27:53 +02:00
Makefile tests/Makefile: not everyone has . in $PATH 2008-07-22 19:02:27 +02:00
setup.sh tests: introduce strip_header() helper function 2013-05-22 12:53:06 +02:00
t0001-validate-git-versions.sh t0001: validate Git -rcN version numbers correctly 2013-04-27 17:21:22 +02:00
t0010-validate-html.sh tests/: Do not use sed -i 2013-04-10 14:49:31 +02:00
t0020-validate-cache.sh cache.c: cache ls_cache output properly 2013-05-22 12:53:06 +02:00
t0101-index.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0102-summary.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0103-log.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0104-tree.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0105-commit.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0106-diff.sh tests: use Git's test framework 2013-04-08 22:27:11 +02:00
t0107-snapshot.sh tests: introduce strip_header() helper function 2013-05-22 12:53:06 +02:00
t0108-patch.sh t0108: Avoid unnecessary fork() 2013-08-26 21:01:11 +02:00
t0109-gitconfig.sh t0109: "function" is a bash-ism 2013-05-13 15:16:48 +02:00