Skip to content

0.21.4.1

Compare
Choose a tag to compare
@jelmer jelmer released this 04 May 01:34
· 500 commits to master since this release
dulwich-0.21.4.1
9955bd0
  • Support core.symlinks=false. (Jelmer Vernooij, #1169)

  • Deprecate dulwich.objects.parse_commit.

  • Fix fetching into MemoryRepo. (Jelmer Vernooij, #1157)

  • Support init.defaultBranch config.
    (Jelmer Vernooij)

  • Fix ObjectStore.iterobjects_subset() when
    hex shas are passed for objects that live in packs.
    (Jelmer Vernooij, #1166)

  • client: Handle absolute path as redirect location in HTTP client.
    (Antoine Lambert)