You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-filter-repo/Documentation
Cody Martin 8abc4770e7 git-filter-repo.txt: fix typo in paths-from-file example
The "Filtering based on many paths" section includes this code snippet,
```
regex:^.*/.*/[0-9]{4}-[0-9]{2}-[0-9]{2}.txt$
```
and this text
```
files whose name
was of the form YYYY.MM-DD.txt at least two subdirectories deep
```
Update the text to YYYY-MM-DD.txt to correctly match the regex
in the code snippet.

Signed-off-by: Cody Martin <codytylermartin@gmail.com>
3 years ago
..
Contributing.md Contributing.md: link to Nicolai Hähnle's code review comments 4 years ago
converting-from-bfg-repo-cleaner.md converting-from-bfg-repo-cleaner.md: fix typo 4 years ago
converting-from-filter-branch.md contrib, docs: make discovery of code formatting and linting easier 4 years ago
git-filter-repo.txt git-filter-repo.txt: fix typo in paths-from-file example 3 years ago