Skip to content

Implement filter-branch as a method with callback #646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
alexandernst opened this issue Jul 24, 2017 · 0 comments
Open

Implement filter-branch as a method with callback #646

alexandernst opened this issue Jul 24, 2017 · 0 comments

Comments

@alexandernst
Copy link

It would be nice to be able to filter-branch inside python instead of having to create bash scripts at runtime and then pass them to get lowlevel git wrapper.

My use case: I want to be able to rewrite authored dates of commits, which is done with filter-branch, but I don't want to generate bash scripts (aka, I want to keep everything python-only).

PS: If there is a way I can rewrite authored dates using only git-python I'd like to hear it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants