Commit History

Author SHA1 Message Date
  Jelmer Vernooij b75abc3a0f Small improvements for DictRefsContainer. 4 years ago
  Jelmer Vernooij 5aa2b7f53b Fix typing on 3.5. 4 years ago
  Jelmer Vernooij 2659eac703 Fix style. 4 years ago
  Jelmer Vernooij e43edaf3c4 Fix tests, add version support to index. 4 years ago
  Jelmer Vernooij 9d42c35e5c Add some typing. 4 years ago
  Jelmer Vernooij 7224dbc622 Add parsing of clean.requireForce. 4 years ago
  Jelmer Vernooij 8856500ec1 Add status file. 4 years ago
  Jelmer Vernooij 4f5b6f5a3d Add tests for stderr parsing. 4 years ago
  Jelmer Vernooij 24cafe790a Use Repo.get_parents, so graft points are considered. 4 years ago
  Jelmer Vernooij 3082274e39 Add some typing, clarify behaviour of author argument to Repo.do_commit(). Fixes #786 4 years ago
  Jelmer Vernooij c2263144d3 Add tests / improvements for push output. 4 years ago
  Martijn Pieters f4d078170b Correct name error in porcelain.push() 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 f572d9e399 Run setup.py with python3. 4 years ago
  Jelmer Vernooij 160656ce85 Fix argument parsing in dulwich command-line app. Fixes #784 4 years ago
  Jelmer Vernooij b5629a224c Fix style. 4 years ago
  Jelmer Vernooij 1d3df100e9 Add dulwich.porcelain.Error. 4 years ago
  Jelmer Vernooij e306de81ac Avoid UpdateRefsError. 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 b7f7c6b181 Drop python 2 compatibility in C extensions. 4 years ago
  Jelmer Vernooij 1fd0e3c07b Remove unused function. 4 years ago
  Jelmer Vernooij a049507fb1 Check for diverged branches. 4 years ago
  Jelmer Vernooij 8752a420f9 Fix style. 4 years ago
  Jelmer Vernooij 25a6718003 Rename merge_base to graph, update NEWS. 4 years ago
  Kevin Hendricks abd8a5bbbb first shot at adding a git modelled merge_base implementation 4 years ago
  Jelmer Vernooij b93c20797b Prepare for a world in which we check for diverged branches. 4 years ago
  Jelmer Vernooij 33e8998f8c Only fetch objects we don't already have. 4 years ago