dulwich-0.20.50
版本发布时间: 2022-10-30 11:01:12
jelmer/dulwich最新发布版本:dulwich-0.22.1(2024-04-23 19:38:51)
-
Fix Repo.reset_index. Previously, it instead took the union with the given tree. (@sattlerc , #1072)
-
Add -b argument to
dulwich clone
. (@jelmer -
On Windows, provide a hint about developer mode when creating symlinks fails due to a permission error. (@jelmer, #1005)
-
Add new
ObjectID
type indulwich.objects
, currently just an alias forbytes
. (@jelmer) -
Support repository format version 1. (@jelmer, #1056)
-
Support \r\n line endings with continuations when parsing configuration files. (@jelmer)
-
Fix handling of SymrefLoop in RefsContainer.setitem. (@domdfcoding, @jelmer)