bmcorser
|
295c8c0d9e
Add `discover` classmethod
|
10 anni fa |
Tommy Yu
|
b3445db891
Fix handling of 'done' in graph walker and implement the 'no-done' capability. (#88)
|
10 anni fa |
Jelmer Vernooij
|
df801a4949
Make tree_to_fs_path and fs_to_tree_path private.
|
10 anni fa |
Gary van der Merwe
|
7e09c47716
Improve checkout path handling:
|
10 anni fa |
Gary van der Merwe
|
5f3ad83bd0
Avoid encoding or decoding checkout paths.
|
10 anni fa |
Gary van der Merwe
|
1d4d526b6e
Revert "Change the way methods that take a path argument behave."
|
10 anni fa |
Gary van der Merwé
|
ff831aa895
Close Repo, ObjectStore, and Pack objects.
|
10 anni fa |
Gary van der Merwé
|
eb9664c7e6
Add `Repo.close()`.
|
10 anni fa |
Gary van der Merwé
|
7a02943889
Change the way methods that take a path argument behave.
|
10 anni fa |
Jelmer Vernooij
|
f511d45d4b
Support python3 in grafts module.
|
10 anni fa |
Jelmer Vernooij
|
e449ad66f3
Add support for python3 to remainder of dulwich.repo.
|
10 anni fa |
Jelmer Vernooij
|
17d644de8e
Convert repo to python3.
|
10 anni fa |
Jelmer Vernooij
|
b61886c0f4
Some cleanup.
|
10 anni fa |
diryboy
|
907c88f334
Implement LocalGitClient.send_pack
|
10 anni fa |
Jelmer Vernooij
|
2a3ce7b780
Add support for core.protectNTFS.
|
10 anni fa |
Gary van der Merwe
|
692aa9914a
Use with statement rather than try: finaly: x.close().
|
11 anni fa |
Gary van der Merwe
|
f6283abd86
Close file objects.
|
11 anni fa |
Jelmer Vernooij
|
4265383895
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
11 anni fa |
Jelmer Vernooij
|
0706c4861c
Move logic for creating blog from path to dulwich.index.
|
11 anni fa |
Robert Brown
|
09c62b33d3
Add symbolic link support to Repo.stage().
|
11 anni fa |
Gary van der Merwe
|
8914c3457f
Use io.BytesIO rather than cStringIO.
|
11 anni fa |
Gary van der Merwe
|
6ce5acaf9a
Apply some lib2to3.fixes.fix_idioms (exclued list(x).sort() -> sorted(x) changes.)
|
11 anni fa |
Gary van der Merwe
|
dbaf169fe2
Apply lib2to3.fixes.fix_except
|
11 anni fa |
milki
|
148c27a543
Add ConfigFile support to MemoryRepos
|
11 anni fa |
milki
|
fb5d22bc3e
Allow do_commit to make dangling commits
|
11 anni fa |
Jelmer Vernooij
|
5d12718eba
Break long lines, update NEWS.
|
11 anni fa |
Jonas Haag
|
2431093d75
Raise TypeError if unicode string is used as key
|
11 anni fa |
Jelmer Vernooij
|
d9c8874f4f
Simplify handling of shallows, without involving temporary grafts.
|
11 anni fa |
Jelmer Vernooij
|
dfb9d80a34
Simplify shallows handling.
|
11 anni fa |
Jelmer Vernooij
|
9a74b9f082
Pass in commit during shallow clone, to avoid extra lookup.
|
11 anni fa |