git-filter-repo/t/t9390
Elijah Newren e913ccbe8d filter-repo: add coverage for some corner cases and unusual constructs
There are a number of things not present in "normal" imports that we
nevertheless support and need to be tested:
  * broken timezone adjustment (+051800->+0261; observed in the wild
    in real repos, and adjustment prevents fast-import from dying)
  * commits missing an author (observed in the wild in a real repo;
    just sets author to committer)
  * optional additional linefeeds in the input allowed by
    git-fast-import but usually not written by git-fast-export
  * progress and checkpoint objects
  * progress, checkpoint, and 'everything' callbacks

Signed-off-by: Elijah Newren <newren@gmail.com>
2019-04-29 09:56:38 -07:00
..
basic filter-repo: add some basic tests, with git-style test-lib.sh 2019-03-12 14:19:38 -07:00
basic-filename filter-repo: add some basic tests, with git-style test-lib.sh 2019-03-12 14:19:38 -07:00
basic-mailmap filter-repo: add mailmap handling 2019-04-26 07:56:03 -07:00
basic-numbers filter-repo: add more path-related testcases 2019-04-29 09:56:37 -07:00
basic-replace filter-repo: add text removal (or replacement) via file of expressions 2019-04-26 07:56:03 -07:00
basic-ten filter-repo: add some basic tests, with git-style test-lib.sh 2019-03-12 14:19:38 -07:00
basic-twenty filter-repo: add some basic tests, with git-style test-lib.sh 2019-03-12 14:19:38 -07:00
degenerate filter-repo: add testcases dealing with topology changes 2019-04-29 09:56:38 -07:00
degenerate-globme filter-repo: add testcases dealing with topology changes 2019-04-29 09:56:38 -07:00
degenerate-keepme filter-repo: add testcases dealing with topology changes 2019-04-29 09:56:38 -07:00
degenerate-moduleA filter-repo: add testcases dealing with topology changes 2019-04-29 09:56:38 -07:00
empty filter-repo: add testcases dealing with commit pruning 2019-04-29 09:56:37 -07:00
empty-keepme filter-repo: add testcases dealing with commit pruning 2019-04-29 09:56:37 -07:00
sample-mailmap filter-repo: add mailmap handling 2019-04-26 07:56:03 -07:00
sample-replace filter-repo: add text removal (or replacement) via file of expressions 2019-04-26 07:56:03 -07:00
unusual filter-repo: add coverage for some corner cases and unusual constructs 2019-04-29 09:56:38 -07:00
unusual-filtered filter-repo: add coverage for some corner cases and unusual constructs 2019-04-29 09:56:38 -07:00