Skip to content

0.21.7

Compare
Choose a tag to compare
@jelmer jelmer released this 05 Dec 18:17
· 136 commits to master since this release
dulwich-0.21.7
1a55e31
  • Fix NameError when encountering errors during HTTP operation.
    (Jelmer Vernooij, #1208)

  • Raise exception when default identity can't be found.
    (Jelmer Vernooij)

  • Add a dedicated exception class for unresolved
    deltas. (Jelmer Vernooij, #1221)

  • Support credentials in proxy URL. (Jelmer Vernooij, #1227)

  • Add dulwich.porcelain.for_each_ref. (Daniele Trifirò)