Jelmer Vernooij
|
a21bcb6ab8
Make sure GitProtocolError's first argument is a string
|
il y a 2 ans |
Jelmer Vernooij
|
045adcd145
Upgrade to python 3.7.
|
il y a 3 ans |
Jelmer Vernooij
|
2dd1119385
Add more typing
|
il y a 3 ans |
Jelmer Vernooij
|
203f875313
Add note about error placement.
|
il y a 4 ans |
Jelmer Vernooij
|
6d4310ee1d
Reformatting.
|
il y a 5 ans |
Jelmer Vernooij
|
a5ce511bd1
Reformat with black.
|
il y a 5 ans |
Jelmer Vernooij
|
9514ebb08a
Fix tests, add version support to index.
|
il y a 5 ans |
Jelmer Vernooij
|
fc3eb33de3
Add .ref_status attribute to SendPackResult rather than raise UpdateRefsError.
|
il y a 5 ans |
Jelmer Vernooij
|
15f534abb1
Improve error message in HangoutException.
|
il y a 5 ans |
Jelmer Vernooij
|
addac877eb
When the client hangs up unexpectedly, forwars stderr lines.
|
il y a 5 ans |
Jelmer Vernooij
|
8bd665a6cf
Move EmptyFileException to dulwich.objects.
|
il y a 5 ans |
Jelmer Vernooij
|
fd67351f9b
Explicitly call parent class constructor rather than grandparent class constructor.
|
il y a 6 ans |
Jelmer Vernooij
|
4c9b0aa6ae
Update my email address. jelmer@samba.org => jelmer@jelmer.uk.
|
il y a 7 ans |
Antoine R. Dumont (@ardumont)
|
a4bd758f4b
Raise EmptyFileException when empty disk file corruption is detected
|
il y a 8 ans |
Jelmer Vernooij
|
fcfe46d9e0
Fix all flake8 style issues.
|
il y a 8 ans |
Jelmer Vernooij
|
f2a09e7977
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
il y a 9 ans |
Jelmer Vernooij
|
9fa96ab8af
Update some copyright headers.
|
il y a 12 ans |
milki
|
0cdc51de2b
Basic Hook Framework
|
il y a 13 ans |
Dave Borowitz
|
3c99bca078
walk: Raise MissingCommitError instead of KeyError.
|
il y a 14 ans |
Dave Borowitz
|
4548bac852
repo: Raise RefFormatException instead of KeyError on bad refs.
|
il y a 15 ans |
Dave Borowitz
|
eed326a2a0
server: Explicitly specify allowed protocol commands.
|
il y a 15 ans |
Dave Borowitz
|
d0f4f3c65a
Add non-bare repository tests.
|
il y a 15 ans |
Augie Fackler
|
5d31ba4281
client: raise an exception when send_pack fails
|
il y a 15 ans |
Augie Fackler
|
a632b31e45
dulwich.errors: cleanup whitespace
|
il y a 15 ans |
Dave Borowitz
|
4d274559f8
Change check() methods in pack.py to raise rather than return bools.
|
il y a 16 ans |
Dave Borowitz
|
a4cebb6994
Add check() methods to object classes for consistency checking.
|
il y a 16 ans |
Dave Borowitz
|
b74084d133
Previously, the word "type" was massively overloaded in objects.py. It
|
il y a 16 ans |
Dave Borowitz
|
dc4f48da3e
Add get_peeled to BaseRepo so HTTP and git servers use one call to peel tags.
|
il y a 16 ans |
Jelmer Vernooij
|
43f74147b5
Move do_commit() and has_index() from Repo to BaseRepo.
|
il y a 16 ans |
Dave Borowitz
|
2a50d2a71d
Improve ref handling.
|
il y a 16 ans |