Jelmer Vernooij
|
adf448dcfd
Add python 3.7 support.
|
5 years ago |
Jelmer Vernooij
|
68323fca45
Upload binary wheels for Windows for releases. Closes #222
|
5 years ago |
Jelmer Vernooij
|
f9a1f9f143
Skip two failing tests on Windows.
|
5 years ago |
Jelmer Vernooij
|
42ae7e2c64
Only write index file if one doesn't yet exist.
|
5 years ago |
Jelmer Vernooij
|
b0023917da
Skip patch tests if C git is not available, update NEWS.
|
5 years ago |
Jelmer Vernooij
|
ed644d133b
Merge branch 'update-git-diff-format' of git://github.com/comet-ml/dulwich
|
5 years ago |
Jelmer Vernooij
|
f07d4579d2
Avoid relying on EISDIR for detecting directories; it doesn't work on Windows.
|
5 years ago |
Boris Feld
|
064ef73158
Update diff header index line
|
5 years ago |
Boris Feld
|
0884ad4907
Do not use /dev/null in the "git diff" header line
|
5 years ago |
Jelmer Vernooij
|
6f8e609e9c
Deprecate ObjectStoreIterator.empty.
|
5 years ago |
Boris Feld
|
25988367ca
Update git diff mode extended header line
|
5 years ago |
Boris Feld
|
a7db2a4b15
Add failing test that try to apply a diff generated by Dulwich
|
5 years ago |
Jelmer Vernooij
|
e4e89c8696
Remove pydoctor reference; we're no longer using pydoctor.
|
5 years ago |
Jelmer Vernooij
|
ed533a53d7
add tests for porcelain.show of tags.
|
5 years ago |
Steven Myint
|
a6c3b5d2ac
Add missing argument
|
5 years ago |
Jelmer Vernooij
|
1fd9924576
Remove unnecessary import, use context managers.
|
5 years ago |
Jelmer Vernooij
|
2a818177e4
Avoid else for for loops when there is no break in the body.
|
5 years ago |
Jelmer Vernooij
|
44895f6c07
Only import collections as top-level object.
|
5 years ago |
Jelmer Vernooij
|
eb1fe9c193
Raise proper error when object size is not an integer.
|
5 years ago |
Jelmer Vernooij
|
a61261c44a
Add test for FetchPackResult.__eq__.
|
5 years ago |
Jelmer Vernooij
|
3ee7c4ef9b
Explicitly call parent class constructor rather than grandparent class constructor.
|
5 years ago |
Jelmer Vernooij
|
76a702ea07
Make it explicit that second tuple element returned by gpg.Context.sign is ignored.
|
5 years ago |
Jelmer Vernooij
|
7cd205829c
Accept basedir argument (ignored) in MemoryRepo.
|
5 years ago |
Jelmer Vernooij
|
917ab6b832
Support passing repo as a Repo object to porcelain.clean.
|
6 years ago |
Lane Barlow
|
65a7a610da
porcelain clean (issue 398) (#690)
|
6 years ago |
Jelmer Vernooij
|
67e53e9cea
Avoid setting default streams that don't support bytestrings. Fixes #687
|
6 years ago |
Jelmer Vernooij
|
c91036d96f
Merge fix from Boris to update directory detection for get_unstaged_changes for Python 3. Fixes #684
|
6 years ago |
Boris Feld
|
b29129d6f7
Clean get_unstaged_changes error handling
|
6 years ago |
Boris Feld
|
860a8444f3
Skip symlink test on Windows and Python 2
|
6 years ago |
Boris Feld
|
dcc4ea9bbc
Fix docstring
|
6 years ago |