Skip to content

Commit 1c45510

Browse files
committed
Merge branch 'cm/fix-documentation-typo'
Signed-off-by: Elijah Newren <[email protected]>
2 parents 65ce500 + 8abc477 commit 1c45510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-filter-repo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ git filter-repo --paths-from-file stuff-i-want.txt
761761

762762
to get a repo containing only the toplevel README.md file, the guides/
763763
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
764+
was of the form YYYY-MM-DD.txt at least two subdirectories deep, and
765765
would rename tools/ to scripts/ and rename files like foo/bar/baz.text
766766
to bar/foo/baz.txt. Note the special line prefixes of `glob:` and
767767
`regex:` and the special string `==>` denoting renames.

0 commit comments

Comments
 (0)