Commit History

Author SHA1 Message Date
  Jelmer Vernooij 7ec4cd22fe Merge trunk. 14 years ago
  Jelmer Vernooij 3cae0be3e8 Support the 'side-band-64k' capability in 'git-receive-pack'. 14 years ago
  Jelmer Vernooij b0f69d1c8f client: Factor out ReportStatusParser. 14 years ago
  Jelmer Vernooij ed17980283 protocol: Add simple helper class for parsing a pktline stream. 14 years ago
  Jelmer Vernooij 3930939c7a Implement most of git-receive-pack. 14 years ago
  Jelmer Vernooij cdc59439b2 compat.test_client: Quieten http client tests. 14 years ago
  Jelmer Vernooij d67ecb3735 Implement HTTPGitClient._read_references. 14 years ago
  Jelmer Vernooij 7057395ff8 Add base class for traditional git clients. 14 years ago
  Jelmer Vernooij f6b5c1b5a1 Add basic tests for HTTPGitClient. 14 years ago
  Jelmer Vernooij 63b947f4c3 tests: Use .addCleanup in a couple more places. 14 years ago
  Jelmer Vernooij 97ee883787 Support passing merge heads to do_commit. 14 years ago
  Jelmer Vernooij bb2a51f74d Drop support for testtools, instead depend on python >= 2.7 or unittest2. 14 years ago
  Jelmer Vernooij cbc2e83cdc Add very basic Repo.clone (#725369) 14 years ago
  Dave Borowitz fd8f3edee3 diff_tree: Factor out a protected _add_change method. 14 years ago
  Jelmer Vernooij 60ed7858ca Merge support for ref argument to do_commit, with some tweaks. 14 years ago
  milki 03c0b858c4 Add branch specification to do_commit 14 years ago
  Jelmer Vernooij ac2521f5fe Start on 0.8.1. 14 years ago
  Jelmer Vernooij 61fe60f4ee Release 0.8.0. 14 years ago
  Nick Stenning a0739a94db Use Apple's Availability.h directly to determine current OS X version 14 years ago
  Jelmer Vernooij a5971eabf2 test_server: Merge in tweaks from David to raise an exception when out of data rather than returning None. 14 years ago
  Dave Borowitz f6670286c2 web: Use correct result MIME types. 14 years ago
  Jelmer Vernooij 43008b33a8 Break some more long lines. 14 years ago
  Jelmer Vernooij 521ff969bf Use new unittest addCleanup method. 14 years ago
  Jelmer Vernooij 98a0f8b571 Break some long lines. 14 years ago
  Dave Borowitz 7c7b732ebb diff_tree: Remove unnecessarily complicated _matches_any_parent. 14 years ago
  Dave Borowitz 0bb1338475 diff_tree: Factor out a few protected methods in RenameDetector. 14 years ago
  Dave Borowitz 3b35b6b7b1 diff_tree: Use built-in defaultdict module correctly. 14 years ago
  Dave Borowitz 1c7cb6c250 diff_tree: Fix add/add and add/exact rename conflicts. 14 years ago
  Dave Borowitz ab4cf632e7 server: Sort ref advertisements. 14 years ago
  Dave Borowitz 64b4bc9a8a server: Correctly advertise capabilities during receive-pack. 14 years ago