0.20.50
jelmer
released this
30 Oct 03:01
·
646 commits
to master
since this release
-
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 \r\n line endings with continuations when parsing
configuration files. (@jelmer) -
Fix handling of SymrefLoop in RefsContainer.setitem.
(@domdfcoding, @jelmer)