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/t9391
Elijah Newren 805ce360fa filter-repo: simplify API for parent handling in Commit object
While the underlying fast-export and fast-import streams explicitly
separate 'from' commit (first parent) and 'merge' commits (all other
parents), foisting that separation into the Commit object for
filter-repo forces additional places in the code to deal with that
distinction.  It results in less clear code, and especially does not
make sense to push upon folks who may want to use filter-repo as a
library.

Signed-off-by: Elijah Newren <newren@gmail.com>
5 years ago
..
commit_info.py
create_fast_export_output.py filter-repo: simplify API for parent handling in Commit object 5 years ago
erroneous.py
file_filter.py
print_progress.py
rename-master-to-develop.py
splice_repos.py filter-repo: simplify API for parent handling in Commit object 5 years ago
strip-cvs-keywords.py
unusual.py