Jelmer Vernooij
|
9935d15a5d
Style fixes.
|
il y a 7 ans |
Jelmer Vernooij
|
52a1c9b370
Avoid creating a new list() during annotate.
|
il y a 8 ans |
Jelmer Vernooij
|
21bc1db393
Add news entry about annotate.
|
il y a 8 ans |
Jelmer Vernooij
|
b1e60200fe
Use slightly faster SequenceMatcher.
|
il y a 8 ans |
Jelmer Vernooij
|
e2d3026084
Add annotate support.
|
il y a 9 ans |
Jelmer Vernooij
|
85b5383fb8
Sanitize handling of paths for porcelain.add.
|
il y a 7 ans |
Jelmer Vernooij
|
6e4a4d61c0
Require that callers pass in a relative path to IgnoreFilterManager.
|
il y a 7 ans |
Jelmer Vernooij
|
3189194faf
Make sure path is encoded before using it in e.g. tree lookups.
|
il y a 7 ans |
Jelmer Vernooij
|
caf074837f
Actually remove files from disk in ``dulwich.porcelain.remove``. Fixes
|
il y a 7 ans |
Jelmer Vernooij
|
4807bc49df
Add example based on gitignore manpage.
|
il y a 7 ans |
Jelmer Vernooij
|
17209b2c2c
Add another test for empty path elements.
|
il y a 7 ans |
Jelmer Vernooij
|
e553e00383
Asterisk can match an empty string too.
|
il y a 7 ans |
Segev Finer
|
9e3678489d
Handle .gitignore files with \r\n line endings
|
il y a 7 ans |
Jelmer Vernooij
|
bb5051758e
Consistent formatting of bullet points in NEWS.
|
il y a 7 ans |
Jelmer Vernooij
|
aacd6b74f9
Support ignored argument to dulwich.porcelain.status.
|
il y a 7 ans |
Jelmer Vernooij
|
361ba63b4d
Add convenience function for converting path to tree path.
|
il y a 7 ans |
Jelmer Vernooij
|
f31f21e85a
Fix Python3.
|
il y a 7 ans |
Jelmer Vernooij
|
e687adb8a8
Properly check for directory paths with trailing slash in IgnoreFilterManager.
|
il y a 7 ans |
Jelmer Vernooij
|
33543cd0b9
Add some more documentation.
|
il y a 7 ans |
Jelmer Vernooij
|
0f82327fdb
Support ignorecase setting.
|
il y a 7 ans |
Jelmer Vernooij
|
81b451334e
Translate Windows path separators to slashes.
|
il y a 7 ans |
Jelmer Vernooij
|
37165f9d26
Attempt to fix build on appveyor.
|
il y a 7 ans |
Jelmer Vernooij
|
e174472fe9
Properly support submodules in ``porcelain.status``. Fixes #517
|
il y a 7 ans |
Jelmer Vernooij
|
461fe060db
Ignore files in subrepositories.
|
il y a 7 ans |
Jelmer Vernooij
|
3c67d9cb2f
Hook ignore support into status.
|
il y a 7 ans |
Jelmer Vernooij
|
00d0feb632
Add Pattern.__str__.
|
il y a 7 ans |
Jelmer Vernooij
|
d8f4dce59a
Add IgnoreFilterManager.find_matching and IgnoreFilter.find_matching, to find actual ignore patterns that matched.
|
il y a 7 ans |
Jelmer Vernooij
|
3e64e4b4ca
Compile regexes, and keep track of pattern string.
|
il y a 7 ans |
Jelmer Vernooij
|
a27d00b74e
Implement IgnoreFilterManager.__repr__.
|
il y a 7 ans |
Segev Finer
|
a5afa0e1ba
Don't use os.path.sep since that changes with the platform
|
il y a 7 ans |