Skip to content

0.21.3

Compare
Choose a tag to compare
@jelmer jelmer released this 17 Feb 17:36
· 537 commits to master since this release
dulwich-0.21.3
d78de71
  • Add support for worktreeconfig extension.
    (Jelmer Vernooij)

  • Deprecate Commit.extra; the Git project specifically
    discourages adding custom lines, and the contents of
    Commit.extra are unpredictable as contents
    may be different between different versions of Dulwich
    with support for different headers.

    Commit._extra still exists.
    (Jelmer Vernooij)