aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-gitpython/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-gitpython/pkg-descr')
-rw-r--r--devel/py-gitpython/pkg-descr7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/py-gitpython/pkg-descr b/devel/py-gitpython/pkg-descr
index effb9088b0e9..301b3c7d1f11 100644
--- a/devel/py-gitpython/pkg-descr
+++ b/devel/py-gitpython/pkg-descr
@@ -1,2 +1,5 @@
-GitPython is a python library used to interact with git repositories,
-high-level like git-porcelain, or low-level like git-plumbing.
+GitPython is a python library used to interact with git repositories, high-level
+like git-porcelain, or low-level like git-plumbing.
+
+It provides abstractions of git objects for easy access of repository data often
+backed by calling the git command-line program.