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>
2021-06-07 22:47:02 -07:00
..
Contributing.md Contributing.md: link to Nicolai Hähnle's code review comments 2020-07-07 16:05:14 -06:00
converting-from-bfg-repo-cleaner.md converting-from-bfg-repo-cleaner.md: fix typo 2020-10-06 11:04:47 +01:00
converting-from-filter-branch.md contrib, docs: make discovery of code formatting and linting easier 2020-06-06 11:54:28 -07:00
git-filter-repo.txt git-filter-repo.txt: fix typo in paths-from-file example 2021-06-07 22:47:02 -07:00