git-filter-repo/t
Elijah Newren d79ea709b7 filter-repo: fix crash from assuming parent is an int
When filtering with --refs, parents can be a hash rather than an
integer.  There was a code path in RepoFilter._prunable() that was
written assuming the first parent would always be an integer; fix it to
handle a hash as well.

Reported-by: Niklas Hambüchen <mail@nh2.me>
Signed-off-by: Elijah Newren <newren@gmail.com>
2020-07-27 10:52:59 -07:00
..
t9390 filter-repo: use new --date-format=raw-permissive fast-import option 2020-07-07 09:38:34 -06:00
t9391 Fix undefined variable names 2020-07-27 09:49:43 -07:00
run_coverage run_coverage: prefer coverage3 to python3-coverage 2019-11-21 16:19:26 -08:00
t9390-filter-repo.sh filter-repo: fix crash from assuming parent is an int 2020-07-27 10:52:59 -07:00
t9391-filter-repo-lib-usage.sh filter-repo: use more expensive prunability checks when needed 2020-03-23 14:55:07 -07:00
t9392-python-callback.sh filter-repo (python3): replace strings with bytestrings 2019-05-08 08:57:51 -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