Jelmer Vernooij
|
13d508e878
Merge patch from Ronny to not compile C extensions when building in pypy.
|
13 vuotta sitten |
Jelmer Vernooij
|
66f22c4c4d
Merge deprecation of ``Repo.revision_history`` in favor of ``Repo.get_walker``.
|
13 vuotta sitten |
Jelmer Vernooij
|
b687fc2a14
Smart protocol clients can now change refs even if they are not uploading new data.
|
13 vuotta sitten |
Jelmer Vernooij
|
b0572e5cd5
Special case 'refs/stash' as a valid ref.
|
13 vuotta sitten |
Jelmer Vernooij
|
c80b354919
Merge basic support for alternates.
|
13 vuotta sitten |
Jelmer Vernooij
|
da27aea049
Merge fix for compilation with MSVC < 8.
|
13 vuotta sitten |
Jelmer Vernooij
|
3ccf689dcf
Add basic support for alternates.
|
13 vuotta sitten |
Jelmer Vernooij
|
fbfc90ddd5
Update NEWS.
|
13 vuotta sitten |
Jelmer Vernooij
|
554f298808
client: Add http support for 'git-upload-pack'.
|
13 vuotta sitten |
Jelmer Vernooij
|
47ed7e4c9d
Support the 'side-band-64k' capability in 'git-receive-pack'.
|
13 vuotta sitten |
Jelmer Vernooij
|
f975ad57b8
Deprecate ``Repo.revision_history`` in favour of ``Repo.get_walker``.
|
13 vuotta sitten |
Jelmer Vernooij
|
f6f4106941
Support passing merge heads to do_commit.
|
13 vuotta sitten |
Jelmer Vernooij
|
c2b994f41d
Drop support for testtools, instead depend on python >= 2.7 or unittest2.
|
13 vuotta sitten |
Jelmer Vernooij
|
86ce8353e0
Add very basic Repo.clone (#725369)
|
13 vuotta sitten |
Jelmer Vernooij
|
5d1647f2b8
Merge support for ref argument to do_commit, with some tweaks.
|
14 vuotta sitten |
Jelmer Vernooij
|
b32e2385f2
Start on 0.8.1.
|
14 vuotta sitten |
Jelmer Vernooij
|
6591963348
Release 0.8.0.
|
14 vuotta sitten |
Dave Borowitz
|
8ca961f45c
web: Use correct result MIME types.
|
14 vuotta sitten |
Dave Borowitz
|
036f7194a0
diff_tree: Fix add/add and add/exact rename conflicts.
|
14 vuotta sitten |
Dave Borowitz
|
7f596356ff
server: Correctly advertise capabilities during receive-pack.
|
14 vuotta sitten |
Dave Borowitz
|
37e4798fe2
server: Allow cloning an empty repo.
|
14 vuotta sitten |
Dave Borowitz
|
222e45c9e7
object_store: Don't send a pack with duplicates of the same object.
|
14 vuotta sitten |
Dave Borowitz
|
8c4061d717
pack: Allow reading of empty packs.
|
14 vuotta sitten |
Dave Borowitz
|
126f9cb460
diff_tree: Do easy copy detection without find_copies_harder.
|
14 vuotta sitten |
Dave Borowitz
|
3dc48c2c23
Pass an HTTP request object through to handlers.
|
14 vuotta sitten |
Jelmer Vernooij
|
f4047d2765
ObjectStore.get_graph_walker() now no longer yields the same
|
14 vuotta sitten |
Dave Borowitz
|
15102c5fc0
diff_tree: Add rename_detector to tree_changes.
|
14 vuotta sitten |
Dave Borowitz
|
8515548c13
diff_tree: Add want_unchanged to changes_with_renames.
|
14 vuotta sitten |
Dave Borowitz
|
7ab53dd376
diff_tree: Construct RenameDetectors without passing tree SHAs.
|
14 vuotta sitten |
Dave Borowitz
|
a12f5b98cc
diff_tree: Add function for getting tree changes for merges.
|
14 vuotta sitten |