diff options
Diffstat (limited to 'python/dulwich/README')
-rw-r--r-- | python/dulwich/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/dulwich/README b/python/dulwich/README index 20d529eb3f79d..7ec8b93eeb7a5 100644 --- a/python/dulwich/README +++ b/python/dulwich/README @@ -2,4 +2,3 @@ Dulwich is a Python implementation of the Git file formats and protocols. It aims to give an interface to git repos (both local and remote) that doesn't call out to git directly but instead uses pure Python. - |