You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cgit/tests
John Keeping 7552266aac ui-patch: match git-format-patch(1) output
Using (DIFF_FORMAT_DIFFSTAT | DIFF_FORMAT_PATCH) causes Git to emit a
"---" line between the commit message and the body of the patch, which
fixes a regression introduced in commit 455b598 (ui-patch.c: Use
log_tree_commit() to generate diffs, 2013-08-20), prior to which we
inserted the "---" line ourselves.

DIFF_FORMAT_SUMMARY is added so that we match the output of
git-format-patch(1) without the "-p" option.

Signed-off-by: John Keeping <john@keeping.me.uk>
10 years ago
..
filters t0111: Additions and fixes 10 years ago
valgrind/bin tests: add Valgrind support 10 years ago
.gitignore tests/.gitignore: update for using Git's test infrastructure 11 years ago
Makefile tests: add CGIT_TEST_OPTS variable to Makefile 10 years ago
setup.sh tests: only do lua tests if lua is compiled-in 10 years ago
t0001-validate-git-versions.sh t0001: validate Git -rcN version numbers correctly 11 years ago
t0010-validate-html.sh tests/: Do not use `sed -i` 11 years ago
t0020-validate-cache.sh cache.c: cache ls_cache output properly 11 years ago
t0101-index.sh tests: use Git's test framework 11 years ago
t0102-summary.sh tests: use Git's test framework 11 years ago
t0103-log.sh tests: use Git's test framework 11 years ago
t0104-tree.sh Reduce line number bloat, fix hover effect 11 years ago
t0105-commit.sh tests: use Git's test framework 11 years ago
t0106-diff.sh tests: use Git's test framework 11 years ago
t0107-snapshot.sh tests: introduce strip_header() helper function 11 years ago
t0108-patch.sh ui-patch: match git-format-patch(1) output 10 years ago
t0109-gitconfig.sh t0109: "function" is a bash-ism 11 years ago
t0110-rawdiff.sh tests/: Add t0110-rawdiff.sh 11 years ago
t0111-filter.sh tests: only do lua tests if lua is compiled-in 10 years ago