wok diff dulwich/description.txt @ rev 24860

updated lionwiki (3.2.9 -> 3.2.12)
author Hans-G?nter Theisgen
date Tue Mar 29 10:26:06 2022 +0100 (2022-03-29)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dulwich/description.txt	Tue Mar 29 10:26:06 2022 +0100
     1.3 @@ -0,0 +1,2 @@
     1.4 +Dulwich aims to provide an interface to git repos (both local and remote)
     1.5 +that doesn't call out to git directly but instead uses pure Python.