Augie Fackler
|
1728ae1bcd
test_repository: test packed ref deletion with no peeled refs
|
před 15 roky |
Augie Fackler
|
82394ee6d4
test_repository: clean up whitespace
|
před 15 roky |
Augie Fackler
|
fa8ef1f833
DiskRefsContainer: don't crash deleting a ref without peeled refs
|
před 15 roky |
Augie Fackler
|
59a161bff0
repo: clean up whitespace
|
před 15 roky |
Jelmer Vernooij
|
ba0547e771
Remove PackData.__del__ as it causes reference loops; use PackData.close
|
před 15 roky |
Augie Fackler
|
c873739c92
dulwich.client: fix fetch if no progress function is specified
|
před 15 roky |
Jelmer Vernooij
|
e352c25c8c
Merge improvements and extra tests, mainly to deal better with creating non-bare repositories.
|
před 15 roky |
Jelmer Vernooij
|
ebd7fb9151
Make sure ids get updated when the object changes.
|
před 15 roky |
Jelmer Vernooij
|
551770f869
Add docstring.
|
před 15 roky |
Dave Borowitz
|
02828bd47c
Allow double-staging of files that are deleted in the index.
|
před 15 roky |
Dave Borowitz
|
ecaafafed0
Move tests that build repos from scratch to their own class.
|
před 15 roky |
Dave Borowitz
|
0e8468fc7a
Implement set_symbolic_ref separately in Disk/DictRefsContainer.
|
před 15 roky |
Dave Borowitz
|
26cdd397bb
Clean up asserts in Tree.
|
před 15 roky |
Dave Borowitz
|
3c55de57f6
Convert tree mode to int when sorting.
|
před 15 roky |
Dave Borowitz
|
b3ab139abf
Add non-bare repository tests.
|
před 15 roky |
Dave Borowitz
|
28c1dee2e2
Fix RefsContainer.add_if_new to support dangling symrefs.
|
před 15 roky |
Dave Borowitz
|
97ea7f695a
Treat non-existent index files as empty.
|
před 15 roky |
Dave Borowitz
|
9a0f31529c
Fix up and test DictRefsContainer.
|
před 15 roky |
Jelmer Vernooij
|
95b6abd3f7
Cope with missing newlines in patches.
|
před 15 roky |
Jelmer Vernooij
|
298f25e2cf
Merge cleanups and use of proper per-service capabilities from Augie.
|
před 15 roky |
Augie Fackler
|
7f11aff189
test_pack: simpler assertion that passes in more places
|
před 15 roky |
Tay Ray Chuan
|
ddfd92e02d
When diffstat is available, dulwich.patch.write_commit_patch() adds the
|
před 15 roky |
Jelmer Vernooij
|
b69ec0f8f1
Implement BaseRepo.__contains__.
|
před 15 roky |
Jelmer Vernooij
|
1c98815446
Merge cleanups from Dave.
|
před 15 roky |
Dave Borowitz
|
8f00f27e6c
Add repository compat tests.
|
před 15 roky |
Dave Borowitz
|
cc8bfb0656
Add SEEK_END to misc.py, since it was added in 2.5.
|
před 15 roky |
Dave Borowitz
|
f116295de4
Add a typedef for Py_ssize_t, which is not available in python <2.5.
|
před 15 roky |
Dave Borowitz
|
40e1923dc4
Refactor server code to allow custom handler classes.
|
před 15 roky |
Dave Borowitz
|
fca0b0bee5
Clarify make_commit docstring and variable names.
|
před 15 roky |
Dave Borowitz
|
5ba3a7e2fa
Fix yield in try/finally for python2.4 compatibility.
|
před 15 roky |