Rewrite git author dates from git-python

I know that git author dates can be rewritten with git filter-branch

, but I would like to know if this is possible using only git-python.

I would like to avoid scripting at runtime and calling a low-level git-python wrapper.

+3


source to share





All Articles