Jelmer Vernooij
|
764d3b056e
Merge branch 'ignore'
|
7 years ago |
Jelmer Vernooij
|
e10c39a00b
Improve documentation re ignores.
|
7 years ago |
Jelmer Vernooij
|
89989759f1
Add test for IgnoreFilterStack.
|
7 years ago |
Jelmer Vernooij
|
b30038c5f8
Support zero-matching for multi-asterisk patterns.
|
7 years ago |
Jelmer Vernooij
|
2b73b1c708
Handle leading **/.
|
7 years ago |
Jelmer Vernooij
|
bcce8a409a
Support ** in most patterns.
|
7 years ago |
Jelmer Vernooij
|
ea7663eed4
Import fnmatch translate, so it can be modified.
|
7 years ago |
Jelmer Vernooij
|
f575fffcf3
Initial support for ignores.
|
7 years ago |
Jelmer Vernooij
|
f8dc641571
in update_refs(), deleted refs should be set to ZERO_SHA, not None.
|
7 years ago |
Jelmer Vernooij
|
c4eaba1ba8
In ``dulwich.porcelain.add``, if no files are specified,
|
7 years ago |
Jelmer Vernooij
|
2f2ae37b07
Pass 'mkdir' argument onto Repo.init_bare() from Repo.clone. Fixes #504
|
7 years ago |
Jelmer Vernooij
|
b92d6c60ef
Clarify docstrnigs for Client.{send_pack,fetch_pack}. Fixes #523
|
7 years ago |
Jelmer Vernooij
|
3c31866bb3
Document push in tutorial.
|
7 years ago |
fviolette
|
40fada272b
Fix typo in porcelain.push() docstring
|
7 years ago |
Jelmer Vernooij
|
f3f62888f0
Use Py_hash_t type in Python3; should fix Python3 hash tests.
|
7 years ago |
Jelmer Vernooij
|
51a89e7ded
Drop unnecessary version compatibility code.
|
7 years ago |
Jelmer Vernooij
|
6f1a08a75f
Fix test on Python3 w/ Windows.
|
7 years ago |
Jelmer Vernooij
|
deca114fc2
Skip test broken on Python3.6 w/ Windows.
|
7 years ago |
Jelmer Vernooij
|
60b8b76fc8
Fix handling of invalid utf8 filenames.
|
7 years ago |
Jelmer Vernooij
|
91ef7633b0
Attempt to fix 64 bit builds on Windows.
|
7 years ago |
Jelmer Vernooij
|
8a4246ea80
Cope with type requirements for python3.6 on Windows.
|
7 years ago |
Jelmer Vernooij
|
8cbf812ad4
Only include custom stdint.h on python < 3.6.
|
7 years ago |
Jelmer Vernooij
|
823cf680a3
Update NEWS
|
7 years ago |
Jelmer Vernooij
|
e1677c16a8
Disable bdist_wininst builds for now - they're breaking with my unicode
|
7 years ago |
Jelmer Vernooij
|
14dd9a357d
There is no 'byref' in wintypes in python3.
|
7 years ago |
Jelmer Vernooij
|
6086ed2e51
Use standard strings in more places.
|
7 years ago |
Jelmer Vernooij
|
63c471ad8a
Consistently provide unicode strings to subprocess - needed for Windows.
|
7 years ago |
Jelmer Vernooij
|
d691d0dce5
Add Windows build status badge.
|
7 years ago |
Jelmer Vernooij
|
81ab7da01a
Avoid messing with encodings.
|
7 years ago |
Jelmer Vernooij
|
591113a48a
Clarify encoding or symlinks.
|
7 years ago |