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
Elijah Newren 9d51a90648 filter-repo: fix pruning of empty commits with blob callbacks
Blob callbacks, either implicit (via e.g. --replace-text) or explicit,
can modify blobs in ways that make them match other blobs, which in turn
can result in some commits becoming empty.  We need to detect such cases
and ensure we prune these empty commits when --prune-empty=auto.

Reported-by: John Gietzen <john@gietzen.us>
Signed-off-by: Elijah Newren <newren@gmail.com>
4 years ago
..
t9390 filter-repo: add new --no-ff option 5 years ago
t9391 filter-repo: consistently use bytestrings for directory names 5 years ago
run_coverage run_coverage: prefer coverage3 to python3-coverage 5 years ago
t9390-filter-repo.sh filter-repo: fix pruning of empty commits with blob callbacks 4 years ago
t9391-filter-repo-lib-usage.sh filter-repo: consistently use bytestrings for directory names 5 years ago
t9392-python-callback.sh filter-repo (python3): replace strings with bytestrings 5 years ago
test-lib-functions.sh filter-repo: add some basic tests, with git-style test-lib.sh 5 years ago
test-lib.sh filter-repo: add some basic tests, with git-style test-lib.sh 5 years ago