Jelmer Vernooij
|
bbdca14ad2
client: Raise NotGitRepository if there is no remote repository.
|
před 14 roky |
Jelmer Vernooij
|
566e84b697
client: Continue reading revision info on 'ready', too.
|
před 14 roky |
Jelmer Vernooij
|
20f6a5c165
client: Add http support for 'git-upload-pack'.
|
před 14 roky |
Jelmer Vernooij
|
8c168f9d60
merge trunk
|
před 14 roky |
Jelmer Vernooij
|
a66cf30906
client: Add support for multi_ack_detailed capability.
|
před 14 roky |
Jelmer Vernooij
|
15910d9f08
client: Refactor handling of negotiation.
|
před 14 roky |
Jelmer Vernooij
|
288fc91228
client: Refactor 'git-receive-pack' tail handling.
|
před 14 roky |
Jelmer Vernooij
|
7ec4cd22fe
Merge trunk.
|
před 14 roky |
Jelmer Vernooij
|
3cae0be3e8
Support the 'side-band-64k' capability in 'git-receive-pack'.
|
před 14 roky |
Jelmer Vernooij
|
b0f69d1c8f
client: Factor out ReportStatusParser.
|
před 14 roky |
Jelmer Vernooij
|
3930939c7a
Implement most of git-receive-pack.
|
před 14 roky |
Jelmer Vernooij
|
d67ecb3735
Implement HTTPGitClient._read_references.
|
před 14 roky |
Jelmer Vernooij
|
7057395ff8
Add base class for traditional git clients.
|
před 14 roky |
Jelmer Vernooij
|
15574b63e8
Support ~ in git:// URL paths.
|
před 14 roky |
Jelmer Vernooij
|
d0559d177d
When connect succeeds, don't bother trying other addresses.
|
před 14 roky |
Jelmer Vernooij
|
0d8a2187d5
Separate out delta generation from pack writing.
|
před 14 roky |
Jelmer Vernooij
|
2c0455c90f
write_pack_data and write_pack no longer take a num_objects argument.
|
před 14 roky |
Jelmer Vernooij
|
d118a8fa1d
Fix use of SubprocessWrapper on Windows.
|
před 14 roky |
Jelmer Vernooij
|
211735d899
Support IPv6 for git:// connections.
|
před 14 roky |
Jelmer Vernooij
|
95cf974708
Report protocol activity when communicating over SSH.
|
před 14 roky |
Brendan Cully
|
eb0df72f94
Pass remote errors on as separate exception.
|
před 14 roky |
Jelmer Vernooij
|
87833addfe
Make read_refs private.
|
před 14 roky |
Jelmer Vernooij
|
9fe53d5ec5
Delay importing subprocess as much as possible, in case it is not available
|
před 14 roky |
Max Bowsher
|
a479b58eb9
Attempt to be compatible with the urlparse module found in older Pythons.
|
před 14 roky |
Dave Borowitz
|
e61b720b36
client: Standardize on single quotes.
|
před 14 roky |
Dave Borowitz
|
a9e4643b42
client: Rewrite URI parsing in get_transport_and_path.
|
před 14 roky |
Jelmer Vernooij
|
3b425aa55f
Remove duplicate copy of _fileno_can_read.
|
před 14 roky |
Jelmer Vernooij
|
2a89fff246
Some restructuredText fixes.
|
před 15 roky |
Jelmer Vernooij
|
121f9e8e85
Allow overriding paths to executables in GitSSHClient.
|
před 15 roky |
Augie Fackler
|
ac022f9a50
client: refactor GitClient subclasses to enhance code commonality
|
před 15 roky |