git-filter-repo/t
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
..
t9390 filter-repo: add coverage for some corner cases and unusual constructs 2019-04-29 09:56:38 -07:00
t9391 filter-repo: add coverage for some corner cases and unusual constructs 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 coverage for some corner cases and unusual constructs 2019-04-29 09:56:38 -07:00
t9391-filter-repo-lib-usage.sh filter-repo: add coverage for some corner cases and unusual constructs 2019-04-29 09:56:38 -07:00
t9392-python-callback.sh filter-repo: add command line parameters for passing body of callbacks 2019-04-29 09:56:37 -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