git-filter-repo/t
Elijah Newren 805ce360fa filter-repo: simplify API for parent handling in Commit object
While the underlying fast-export and fast-import streams explicitly
separate 'from' commit (first parent) and 'merge' commits (all other
parents), foisting that separation into the Commit object for
filter-repo forces additional places in the code to deal with that
distinction.  It results in less clear code, and especially does not
make sense to push upon folks who may want to use filter-repo as a
library.

Signed-off-by: Elijah Newren <newren@gmail.com>
2019-04-29 09:56:38 -07:00
..
t9390 filter-repo: add coverage for some corner cases and unusual constructs 2019-04-29 09:56:38 -07:00
t9391 filter-repo: simplify API for parent handling in Commit object 2019-04-29 09:56:38 -07:00
run_coverage filter-repo: add a script to generate a line coverage report 2019-04-29 09:56:38 -07:00
t9390-filter-repo.sh filter-repo: add testcase with funny characters 2019-04-29 09:56:38 -07:00
t9391-filter-repo-lib-usage.sh filter-repo: add a test just to get line coverage of an unusual error 2019-04-29 09:56:38 -07:00
t9392-python-callback.sh filter-repo: add tests triggering callback sanity checks 2019-04-29 09:56:38 -07:00
test-lib-functions.sh filter-repo: add some basic tests, with git-style test-lib.sh 2019-03-12 14:19:38 -07:00
test-lib.sh filter-repo: add some basic tests, with git-style test-lib.sh 2019-03-12 14:19:38 -07:00