Commit History

Author SHA1 Message Date
  Jelmer Vernooij a21c6a7539 Release 0.20.8 4 years ago
  Jelmer Vernooij 2204f37e77 Release 0.20.7 4 years ago
  Jelmer Vernooij 43ff8722d7 Update NEWS. 4 years ago
  Jelmer Vernooij 5c8b3272a5 Check core.repositoryformatversion. 4 years ago
  Jelmer Vernooij 4257373679 Add support for honoring HTTP proxy environment variables. Thanks, Aurélien Campéas. Fixes #797 4 years ago
  Jelmer Vernooij 9a8caa196a Release 0.20.6 4 years ago
  Jelmer Vernooij 899841c8c4 Update NEWS. 4 years ago
  Jelmer Vernooij 58df74905d Honor shallows when pushing from a shallow clone. Fixes: #794 4 years ago
  Jelmer Vernooij 9040b39252 Fix pushing of new branches from porcelain.push. Fixes #788 4 years ago
  Jelmer Vernooij f189faa19a Add a RefsContainer.watch method. 4 years ago
  Jelmer Vernooij ba79362c88 Release 0.20.5 4 years ago
  Jelmer Vernooij 68bbad1498 Release 0.20.4 4 years ago
  Jelmer Vernooij 160656ce85 Fix argument parsing in dulwich command-line app. Fixes #784 4 years ago
  Jelmer Vernooij 1d3df100e9 Add dulwich.porcelain.Error. 4 years ago
  Jelmer Vernooij d12011d823 Add .ref_status attribute to SendPackResult rather than raise UpdateRefsError. 4 years ago
  Jelmer Vernooij 0d01a8a384 Update NEWS; don't ask for objects that we already have. Fixes #782 4 years ago
  Jelmer Vernooij 27dbb6fe70 Return a SendPackResult object from GitClient.send_pack. 4 years ago
  Jelmer Vernooij a049507fb1 Check for diverged branches. 4 years ago
  Jelmer Vernooij 25a6718003 Rename merge_base to graph, update NEWS. 4 years ago
  Jelmer Vernooij 252bcae867 Send an empty pack to clients if they requested objects, even if they 4 years ago
  Jelmer Vernooij 0f8dfecd6a Print clearer exception when running setup.py under Python < 3.5. 4 years ago
  Jelmer Vernooij 47b121a72e Release 0.20.3 4 years ago
  Jelmer Vernooij ef06f58b39 Update NEWS. 4 years ago
  Jelmer Vernooij 5a7a9ded6c Provide dulwich binary script using console_scripts entrypoints when setuptools is available. Fixes #540 4 years ago
  Jelmer Vernooij c6d1b87aa1 Move command-line implementation to dulwich.cli, so it can at least be tested. 4 years ago
  Jelmer Vernooij 523533614d Raise a HTTPUnauthorized error when the server responds with a 401. 4 years ago
  Jelmer Vernooij b129f52273 Fix updating of refs over HTTP(S) when there are no new objects to be sent. Fixes #739 4 years ago
  Jelmer Vernooij a2d13e546a Allow specifying tree and output encoding to unified_diff function. Fixes #763 4 years ago
  Jelmer Vernooij cba6ef9506 Add support for storing remote refs during push/pull. Fixes #752 4 years ago
  Jelmer Vernooij f2d551716a Release 0.20.2 4 years ago