diff options
Diffstat (limited to 'devel/libgit2-glib/pkg-descr')
-rw-r--r-- | devel/libgit2-glib/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/libgit2-glib/pkg-descr b/devel/libgit2-glib/pkg-descr new file mode 100644 index 000000000..c309df9a6 --- /dev/null +++ b/devel/libgit2-glib/pkg-descr @@ -0,0 +1,7 @@ +libgit2-glib is a glib wrapper library around the libgit2 git access library. + +libgit2 only implements the core plumbing functions, not really the higher +level porcelain stuff. For a primer on Git Internals that you will need to know +to work with Git at this level, check out [Chapter 9][pg] of the Pro Git book. + +WWW: https://git.gnome.org/browse/libgit2-glib |