We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c28ed6 commit 46549e7Copy full SHA for 46549e7
contrib/filter-repo-demos/lint-history
@@ -8,6 +8,12 @@ refer to the new commits with the rewritten files. You call it like this:
8
and it will repeatedly call
9
my-lint-command --arg whatever --another-arg $TEMPORARY_FILE
10
with $TEMPORARY_FILE having contents of some file from history.
11
+
12
+NOTE: Several people have taken and modified this script for a variety
13
+of special cases (linting python files, linting jupyter notebooks, just
14
+linting java files, etc.) and posted their modifications at
15
+ https://github.com/newren/git-filter-repo/issues/45
16
+Feel free to take a look and adopt some of their ideas.
17
"""
18
19
0 commit comments