Jelmer Vernooij
|
08c3505747
Fix typing.
|
2 yıl önce |
David Hotham
|
0699568dee
more typechecking
|
2 yıl önce |
Jelmer Vernooij
|
e7818a9482
Fix handling of escaped characters in ignore files. Fixes #930
|
3 yıl önce |
Andrey Torsunov
|
00b511015d
Skip lines with spaces only in .gitignore
|
3 yıl önce |
Corentin Hembise
|
c2e24bef2c
Fix find_matching to stop returning after the first match
|
4 yıl önce |
Jelmer Vernooij
|
c8ce22c255
Reformatting.
|
4 yıl önce |
Jelmer Vernooij
|
6266df34af
Reformat with black.
|
4 yıl önce |
Jelmer Vernooij
|
06bfbd92a0
Add typing.
|
4 yıl önce |
Jelmer Vernooij
|
bced3762c1
Fix style errors.
|
4 yıl önce |
Jelmer Vernooij
|
f4289ad930
Use fsdecode / fsencode where possible.
|
4 yıl önce |
Manuel Jacob
|
03ade446d5
Factor out code for getting paths inside XDG config home.
|
4 yıl önce |
Jelmer Vernooij
|
ed4037327b
Expand ~ in global exclude path.
|
5 yıl önce |
Jelmer Vernooij
|
aa73abcedb
Port remainder of docstrings to Google style.
|
5 yıl önce |
Jelmer Vernooij
|
7a21a354ff
Port more docstrings to Google style.
|
5 yıl önce |
Jelmer Vernooij
|
0dee0a7043
Convert more docstrings to google style.
|
5 yıl önce |
pared
|
5219d79334
ignore: question mark should not match slash
|
6 yıl önce |
Jelmer Vernooij
|
df3302329b
Fix style errors.
|
6 yıl önce |
Jelmer Vernooij
|
3365e03be1
Pass correct type to config methods.
|
7 yıl önce |
Jelmer Vernooij
|
50b2c115c5
Avoid naming variables 'l'.
|
7 yıl önce |
Jelmer Vernooij
|
e2a556309a
Fix another test case mentioned by Segev in #526
|
7 yıl önce |
Jelmer Vernooij
|
6e4a4d61c0
Require that callers pass in a relative path to IgnoreFilterManager.
|
7 yıl önce |
Jelmer Vernooij
|
e553e00383
Asterisk can match an empty string too.
|
7 yıl önce |
Segev Finer
|
9e3678489d
Handle .gitignore files with \r\n line endings
|
7 yıl önce |
Jelmer Vernooij
|
f31f21e85a
Fix Python3.
|
7 yıl önce |
Jelmer Vernooij
|
e687adb8a8
Properly check for directory paths with trailing slash in IgnoreFilterManager.
|
7 yıl önce |
Jelmer Vernooij
|
33543cd0b9
Add some more documentation.
|
7 yıl önce |
Jelmer Vernooij
|
0f82327fdb
Support ignorecase setting.
|
7 yıl önce |
Jelmer Vernooij
|
81b451334e
Translate Windows path separators to slashes.
|
7 yıl önce |
Jelmer Vernooij
|
00d0feb632
Add Pattern.__str__.
|
7 yıl önce |
Jelmer Vernooij
|
d8f4dce59a
Add IgnoreFilterManager.find_matching and IgnoreFilter.find_matching, to find actual ignore patterns that matched.
|
7 yıl önce |