Skip to content

0.20.24

Compare
Choose a tag to compare
@jelmer jelmer released this 09 Jul 14:55
· 1094 commits to master since this release
dulwich-0.20.24
  • config: disregard UTF-8 BOM when reading file.
    (Dan Villiom Podlaski Christiansen)

  • Skip lines with spaces only in .gitignore. (Andrey Torsunov, #878)

  • Add a separate HTTPProxyUnauthorized exception for 407 errors.
    (Jelmer Vernooij, #822)

  • Split out a AbstractHTTPGitClient class.
    (Jelmer Vernooij)