Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Open
Labels
Description
It would be nice to be able tofilter-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 withfilter-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.