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.
2 parents 65ce500 + 8abc477 commit 1c45510Copy full SHA for 1c45510
Documentation/git-filter-repo.txt
@@ -761,7 +761,7 @@ git filter-repo --paths-from-file stuff-i-want.txt
761
762
to get a repo containing only the toplevel README.md file, the guides/
763
and tools/releases/ directories, all python files, files whose name
764
-was of the form YYYY.MM-DD.txt at least two subdirectories deep, and
+was of the form YYYY-MM-DD.txt at least two subdirectories deep, and
765
would rename tools/ to scripts/ and rename files like foo/bar/baz.text
766
to bar/foo/baz.txt. Note the special line prefixes of `glob:` and
767
`regex:` and the special string `==>` denoting renames.
0 commit comments