Jelmer Vernooij
|
a7b08060f5
Cope with \r in ref files on Windows.
|
16 年之前 |
Jelmer Vernooij
|
c81330d2b3
Rename set_ref -> set_symbolic_ref.
|
16 年之前 |
Jelmer Vernooij
|
fbbdfe4d43
Add RefsContainer.read_ref.
|
16 年之前 |
Dave Borowitz
|
b74084d133
Previously, the word "type" was massively overloaded in objects.py. It
|
16 年之前 |
Jelmer Vernooij
|
9ecaa25a87
Ignore deprecationwarnings from known deprecated methods during testsuite run.
|
16 年之前 |
Jelmer Vernooij
|
4dd392c76b
Fix warning stacklevels.
|
16 年之前 |
Jelmer Vernooij
|
72fb6ca7d3
Repo.get_blob, Repo.commit, Repo.tag and Repo.tree are now deprecated.
|
16 年之前 |
Jelmer Vernooij
|
e1714d8b17
Implement RefsContainer.__contains__.
|
16 年之前 |
Jelmer Vernooij
|
384b81e867
Add Repo.stage.
|
16 年之前 |
Jelmer Vernooij
|
80026fb14c
Add docstrings.
|
16 年之前 |
Jelmer Vernooij
|
d3adc2c871
The 'committer' and 'message' arguments to Repo.do_commit() have
|
16 年之前 |
Jelmer Vernooij
|
ee54e5a85e
Add Index.commit.
|
16 年之前 |
Jelmer Vernooij
|
70988b8cd7
Fix Repository.__setitem__.
|
16 年之前 |
Dave Borowitz
|
e1bd3c7af6
Add include-tag capability to server.
|
16 年之前 |
Dave Borowitz
|
dc4f48da3e
Add get_peeled to BaseRepo so HTTP and git servers use one call to peel tags.
|
16 年之前 |
Jelmer Vernooij
|
4fb076b1a9
Use ConfigParser for now
|
16 年之前 |
Augie Fackler
|
3d40bc666f
repo: drop nonstandard ConfigObj dependency
|
16 年之前 |
Jelmer Vernooij
|
5e33a6226a
Remove put_named_file from public API
|
16 年之前 |
Jelmer Vernooij
|
65c8005bc8
Add convenience function for parsing info/refs file.
|
16 年之前 |
Jelmer Vernooij
|
e8db3b3cf4
Extend DictRefsContainer.
|
16 年之前 |
Jelmer Vernooij
|
bc27467a7d
Fix issue creating new repositories, with trivial smoke test.
|
16 年之前 |
Jelmer Vernooij
|
bcfb0d9074
Move some functions back from DiskRefsContainer to RefsContainer.
|
16 年之前 |
Jelmer Vernooij
|
a7eb671bc4
Ask for forgiveness, not permission.
|
16 年之前 |
Jelmer Vernooij
|
37ebcae543
Make base directories variable global.
|
16 年之前 |
Jelmer Vernooij
|
43f74147b5
Move do_commit() and has_index() from Repo to BaseRepo.
|
16 年之前 |
Jelmer Vernooij
|
f8a8e0c79a
Add BaseRepo.put_named_file.
|
16 年之前 |
Dave Borowitz
|
6db184dc46
Fix flaky/failing tests introduced in the last few changes.
|
16 年之前 |
Dave Borowitz
|
8964c8fb91
Working pass at an HTTP server, only dumb at the moment
|
16 年之前 |
Dave Borowitz
|
2a50d2a71d
Improve ref handling.
|
16 年之前 |
Dave Borowitz
|
bf2800d25d
Work towards making Dulwich less dependent on the filesystem.
|
16 年之前 |