Jelmer Vernooij
|
883b904fcd
Merge fix from Chris to hide unpacking objects from git during tests.
|
13 年之前 |
Chris Eberle
|
c6533197dd
Got rid of 'Unpacking objects' messages produced by git-receive-pack. Unfortunately there's no command line options to silence this message, so the only way is to redirect stderr.
|
13 年之前 |
Jelmer Vernooij
|
924641346e
Merge fix from Chris Eberle for 'dulwich init --bare'.
|
13 年之前 |
Chris Eberle
|
f5acf47848
getopt longopts weren't specified correctly, couldn't call dulwich init --bare
|
13 年之前 |
Jelmer Vernooij
|
575ccb6531
Fix typo.
|
13 年之前 |
Jelmer Vernooij
|
f3421aabef
Merge fix to avoid calling free_objects() on NULL in _diff_tree.c.
|
13 年之前 |
Chris Eberle
|
e61520211f
free_objects may have tried to free uninitialized / NULL pointers
|
13 年之前 |
Jelmer Vernooij
|
ca6ed229bd
merge fix for parsing of HTTP Git URLs.
|
13 年之前 |
Jelmer Vernooij
|
986dc44375
pack: Avoid assert in a few cases where we want the checks, even if optimizations are enabled.
|
13 年之前 |
Jelmer Vernooij
|
e2d3d2e55d
dulwich.client: Use buffering when receiving pack file from smart http server.
|
13 年之前 |
Bruno Renié
|
b787d77815
Fixed parsing of HTTP Git URLs
|
13 年之前 |
Jelmer Vernooij
|
4130ec37f9
Cope with different zlib buffer sizes in sha1 file parser.
|
13 年之前 |
Jelmer Vernooij
|
e1a1642417
Use unbuffered standard I/O in dulwich script.
|
13 年之前 |
Jelmer Vernooij
|
920caa9447
server: Clarify that Backend.open_repository should raise NotGitRepository if no repo was found.
|
13 年之前 |
Jelmer Vernooij
|
4d9710f04c
Go back to old cwd after running doctests.
|
13 年之前 |
Jelmer Vernooij
|
7387194a39
tests/compat: Use addCleanup rather than tearDown in a few more places.
|
13 年之前 |
Jelmer Vernooij
|
89e03106ab
tests/compat: Explicitly raise AssertionError if 'git' returns non-zero; assert can be optimized away.
|
13 年之前 |
Jelmer Vernooij
|
48ae0f9c03
start on 0.8.2.
|
13 年之前 |
Jelmer Vernooij
|
f34f412600
release 0.8.1.
|
13 年之前 |
Jelmer Vernooij
|
3ea0ef3f98
When replacing strnlen, use a different name to prevent clashing with system strnlen if it does actually exist.
|
13 年之前 |
Jelmer Vernooij
|
13d508e878
Merge patch from Ronny to not compile C extensions when building in pypy.
|
13 年之前 |
Ronny Pfannschmidt
|
cc505e5f6a
disable extensions on pypy
|
13 年之前 |
Jelmer Vernooij
|
c42198ba4a
Add 'check-all' target.
|
13 年之前 |
Jelmer Vernooij
|
f8bb6a023e
dulwich.diff_tree: Properly raise TypeError from pure python code.
|
13 年之前 |
Jelmer Vernooij
|
c3a733e489
Add 'check-pypy' rule to Makefile.
|
13 年之前 |
Dan Callaghan
|
0ad21cec49
Make sure base class setup method is called for a few tests.
|
13 年之前 |
Jelmer Vernooij
|
0a8eefabf7
Implement stub Repo.__iter__, so NotImplementedError is raised rather than KeyError.
|
13 年之前 |
Jelmer Vernooij
|
465f4a2b33
Make text argument to strnlen const.
|
13 年之前 |
Jelmer Vernooij
|
66f22c4c4d
Merge deprecation of ``Repo.revision_history`` in favor of ``Repo.get_walker``.
|
13 年之前 |
Jelmer Vernooij
|
b687fc2a14
Smart protocol clients can now change refs even if they are not uploading new data.
|
13 年之前 |