Replies: 1 comment
-
--> PR #284 : lint-history: allow forwarding git-filter-repo options ( e.g. --refs master..feature ) #284 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
how to run a code formatter (
black
) on a feature branch only, changed files only, with filter-repo or lint-history?In order to prepare for a rebase onto
master
which got a commit re-formatting all .py files.Some 50 commits (only).
Or is filter-branch still better for that?
Beta Was this translation helpful? Give feedback.
All reactions