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.
git-filter-repo/t/t9390
Elijah Newren 2c8f763426 filter-repo: allow users to adjust pruning of empty & degenerate commits
We have a good default for pruning of empty commits and degenerate merge
commits: only pruning such commits that didn't start out that way (i.e.
that couldn't intentionally have been empty or degenerate).  However,
users may have reasons to want to aggressively prune such commits (maybe
they used BFG repo filter or filter-branch previously and have lots of
cruft commits that they want remoed), and we may as well allow them to
specify that they don't want pruning too, just to be flexible.

Signed-off-by: Elijah Newren <newren@gmail.com>
5 years ago
..
basic filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
basic-filename filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
basic-mailmap filter-repo: add mailmap handling 5 years ago
basic-numbers filter-repo: add more path-related testcases 5 years ago
basic-replace filter-repo: add text removal (or replacement) via file of expressions 5 years ago
basic-ten filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
basic-twenty filter-repo: add some basic tests, with git-style test-lib.sh 6 years ago
degenerate filter-repo: add testcases dealing with topology changes 5 years ago
degenerate-globme filter-repo: add testcases dealing with topology changes 5 years ago
degenerate-keepme filter-repo: add testcases dealing with topology changes 5 years ago
degenerate-moduleA filter-repo: add testcases dealing with topology changes 5 years ago
empty filter-repo: handle implicit parents 5 years ago
empty-keepme filter-repo: add testcases dealing with commit pruning 5 years ago
less-empty-keepme filter-repo: allow users to adjust pruning of empty & degenerate commits 5 years ago
more-empty-keepme filter-repo: allow users to adjust pruning of empty & degenerate commits 5 years ago
sample-mailmap filter-repo: add mailmap handling 5 years ago
sample-replace filter-repo: add text removal (or replacement) via file of expressions 5 years ago
unusual filter-repo: add coverage for some corner cases and unusual constructs 5 years ago
unusual-filtered filter-repo: add coverage for some corner cases and unusual constructs 5 years ago