Jelmer Vernooij
|
fe473faf1c
Merge deprecation of ``Repo.revision_history`` in favor of ``Repo.get_walker``.
|
14 年之前 |
Jelmer Vernooij
|
f576ead92d
Smart protocol clients can now change refs even if they are not uploading new data.
|
14 年之前 |
Jelmer Vernooij
|
df31b381f3
Special case 'refs/stash' as a valid ref.
|
14 年之前 |
Jelmer Vernooij
|
9f5b623e5e
Merge basic support for alternates.
|
14 年之前 |
Jelmer Vernooij
|
6d16463e96
Merge fix for compilation with MSVC < 8.
|
14 年之前 |
Jelmer Vernooij
|
e4e4780515
Add basic support for alternates.
|
14 年之前 |
Jelmer Vernooij
|
83c7863100
Update NEWS.
|
14 年之前 |
Jelmer Vernooij
|
6ef9c260a3
client: Add http support for 'git-upload-pack'.
|
14 年之前 |
Jelmer Vernooij
|
b44d590b7c
Support the 'side-band-64k' capability in 'git-receive-pack'.
|
14 年之前 |
Jelmer Vernooij
|
2f7762f9a2
Deprecate ``Repo.revision_history`` in favour of ``Repo.get_walker``.
|
14 年之前 |
Jelmer Vernooij
|
d87287d9ca
Support passing merge heads to do_commit.
|
14 年之前 |
Jelmer Vernooij
|
d019907b2d
Drop support for testtools, instead depend on python >= 2.7 or unittest2.
|
14 年之前 |
Jelmer Vernooij
|
e2d8236576
Add very basic Repo.clone (#725369)
|
14 年之前 |
Jelmer Vernooij
|
40acacbfbb
Merge support for ref argument to do_commit, with some tweaks.
|
14 年之前 |
Jelmer Vernooij
|
85c1731875
Start on 0.8.1.
|
14 年之前 |
Jelmer Vernooij
|
cca85d2a13
Release 0.8.0.
|
14 年之前 |
Dave Borowitz
|
a979f6995c
web: Use correct result MIME types.
|
14 年之前 |
Dave Borowitz
|
4369584ba3
diff_tree: Fix add/add and add/exact rename conflicts.
|
14 年之前 |
Dave Borowitz
|
681adf1c96
server: Correctly advertise capabilities during receive-pack.
|
14 年之前 |
Dave Borowitz
|
95b37c7c67
server: Allow cloning an empty repo.
|
14 年之前 |
Dave Borowitz
|
d297b0124e
object_store: Don't send a pack with duplicates of the same object.
|
14 年之前 |
Dave Borowitz
|
8d98c1ef70
pack: Allow reading of empty packs.
|
14 年之前 |
Dave Borowitz
|
ff3cdfef46
diff_tree: Do easy copy detection without find_copies_harder.
|
14 年之前 |
Dave Borowitz
|
604498805d
Pass an HTTP request object through to handlers.
|
14 年之前 |
Jelmer Vernooij
|
373ad1efcd
ObjectStore.get_graph_walker() now no longer yields the same
|
14 年之前 |
Dave Borowitz
|
4ed3f5d0cd
diff_tree: Add rename_detector to tree_changes.
|
14 年之前 |
Dave Borowitz
|
d1a7f6f6f5
diff_tree: Add want_unchanged to changes_with_renames.
|
14 年之前 |
Dave Borowitz
|
ee476e2929
diff_tree: Construct RenameDetectors without passing tree SHAs.
|
14 年之前 |
Dave Borowitz
|
24eca58a81
diff_tree: Add function for getting tree changes for merges.
|
14 年之前 |
David Borowitz
|
28c8589a60
objects: Add lookup_path method to Tree.
|
14 年之前 |