git-filter-repo/t/t9391
Elijah Newren 0b70b72150 filter-repo: provide extra metadata to some callbacks
For other programs importing git-filter-repo as a library and passing a
blob, commit, tag, or reset callback to RepoFilter, pass a second
parameter to these functions with extra metadata they might find useful.
For simplicity of implementation, this technically changes the calling
signature of the --*-callback functions passed on the command line, but
we hide that behind a _do_not_use_this_variable parameter for now, leave
it undocumented, and encourage folks who want to use it to write an
actual python program that imports git-filter-repo.  In the future, we
may modify the --*-callback functions to not pass this extra parameter,
or if it is deemed sufficiently useful, then we'll rename the second
parameter and document it.

As already noted in our API compatibilty caveat near the top of
git-filter-repo, I am not guaranteeing API backwards compatibility.
That especially applies to this metadata argument, other than the fact
that it'll be a dict mapping strings to some kind of value.  I might add
more keys, rename them, change the corresponding value, or even remove
keys that used to be part of metadata.

Signed-off-by: Elijah Newren <newren@gmail.com>
2019-05-30 22:07:48 -07:00
..
commit_info.py filter-repo: provide extra metadata to some callbacks 2019-05-30 22:07:48 -07:00
create_fast_export_output.py filter-repo: rename FileChanges to FileChange 2019-05-16 09:02:40 -07:00
erroneous.py filter-repo (python3): shebang and imports 2019-05-08 08:57:51 -07:00
file_filter.py filter-repo: provide extra metadata to some callbacks 2019-05-30 22:07:48 -07:00
print_progress.py filter-repo: provide extra metadata to some callbacks 2019-05-30 22:07:48 -07:00
rename-master-to-develop.py filter-repo: provide extra metadata to some callbacks 2019-05-30 22:07:48 -07:00
splice_repos.py filter-repo: provide extra metadata to some callbacks 2019-05-30 22:07:48 -07:00
strip-cvs-keywords.py filter-repo: provide extra metadata to some callbacks 2019-05-30 22:07:48 -07:00
unusual.py filter-repo: provide extra metadata to some callbacks 2019-05-30 22:07:48 -07:00