Commit History

Author SHA1 Message Date
  Jelmer Vernooij dc22d56dc0 Fix encoding on python 3. 6 years ago
  Jelmer Vernooij 75cd5a8a5d Fix spacing. 6 years ago
  Jelmer Vernooij a0957d7b4b Fix duplicate test name. 6 years ago
  Jelmer Vernooij 31fe5767ad Support the i18n.commitEncoding setting. 6 years ago
  Jelmer Vernooij 4438e15c4a Add get_object_by_path. 6 years ago
  Jelmer Vernooij 50b7a8df98 Update NEWS. 6 years ago
  Nicolas Dandrimont eac04520d2 Split authorship lines from the right instead of from the left 6 years ago
  Jelmer Vernooij 927e7599d4 Fix long line. 6 years ago
  Jelmer Vernooij 7af9ae2aec Decode error message. 6 years ago
  Jelmer Vernooij 81a59635df Remove silly messages in server output. 6 years ago
  Jelmer Vernooij 196a182a37 Disable python 3.8-dev for now; flakes checker is broken on 3.8-dev. 6 years ago
  Jelmer Vernooij df3302329b Fix style errors. 6 years ago
  Jelmer Vernooij 0930853ec9 Add read_packs_file function. 6 years ago
  Jelmer Vernooij 2001b954f1 Fix style. 6 years ago
  Jelmer Vernooij ed492ef6f4 Support error lines with ERROR: as well. 6 years ago
  Jelmer Vernooij a13d5d7c77 Raise more useful error messages when unable to access repositories over SSH, subprocess. 6 years ago
  Jelmer Vernooij b25bc4984d Fix arguments to setup.py - summary doesn't exist. 6 years ago
  Jelmer Vernooij c1f0864671 Avoid setup.cfg for now, since it seems to break pypi. Fixes #658 6 years ago
  Jelmer Vernooij 7a06e3055e Remove unused import, fix style. 6 years ago
  Jelmer Vernooij 58c3190da2 Fix tests on Python 3. 6 years ago
  Jelmer Vernooij efbd433b28 Merge branch 'bugfix/http-client-gzip-responses' of git://github.com/olasd/dulwich 6 years ago
  Jelmer Vernooij 343c22a809 Fix style. 6 years ago
  Nicolas Dandrimont 29d52070a1 Don't double-decompress gzipped HTTP responses 6 years ago
  Jelmer Vernooij 03b9e87536 Raise exception when a caller tries to fetch SHA1s that are not in any refs. 6 years ago
  Jelmer Vernooij f699cfb5c8 Use constant for ANNOTATED_TAG_SUFFIX. 6 years ago
  Jelmer Vernooij 6cd85b535d Add check_wants. 6 years ago
  Jelmer Vernooij 76ea02025e Fix compatibility with newer versions of git, which expect CONTENT_LENGTH to be set to 0 for empty body requests. 6 years ago
  Jelmer Vernooij e972ed210f Drop travis build on python 3.5-dev. 6 years ago
  Jelmer Vernooij 151713c11a Remove unused variable. 6 years ago
  Jelmer Vernooij d27ac8c6e4 Allow username and password to be overridden in calls to HttpGitClient.from_parsed_url. #654 6 years ago