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>
2019-04-29 09:56:38 -07:00
..
commit_info.py filter-repo: add API backward compatibility warning 2019-04-29 09:56:38 -07:00
create_fast_export_output.py filter-repo: simplify API for parent handling in Commit object 2019-04-29 09:56:38 -07:00
erroneous.py filter-repo: add tests triggering callback sanity checks 2019-04-29 09:56:38 -07:00
file_filter.py filter-repo: add API backward compatibility warning 2019-04-29 09:56:38 -07:00
print_progress.py filter-repo: add API backward compatibility warning 2019-04-29 09:56:38 -07:00
rename-master-to-develop.py filter-repo: add API backward compatibility warning 2019-04-29 09:56:38 -07:00
splice_repos.py filter-repo: simplify API for parent handling in Commit object 2019-04-29 09:56:38 -07:00
strip-cvs-keywords.py filter-repo: add API backward compatibility warning 2019-04-29 09:56:38 -07:00
unusual.py filter-repo: add coverage for some corner cases and unusual constructs 2019-04-29 09:56:38 -07:00