aboutsummaryrefslogtreecommitdiff
path: root/libraries/gitdb2/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2016-10-20 20:10:16 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-20 20:10:16 +0700
commit292665f2a72d8bfba4887e227024714c2b3e6e9d (patch)
tree665f8c8363ed428f6d7f1d1358c970195aec511e /libraries/gitdb2/README
parent42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728 (diff)
downloadslackbuilds-292665f2a72d8bfba4887e227024714c2b3e6e9d.tar.xz
libraries/gitdb2: Added (IO of git-style object databases).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gitdb2/README')
-rw-r--r--libraries/gitdb2/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/gitdb2/README b/libraries/gitdb2/README
new file mode 100644
index 000000000000..afb6160ee608
--- /dev/null
+++ b/libraries/gitdb2/README
@@ -0,0 +1,4 @@
+GitDB allows you to access bare git repositories for reading and writing.
+It aims at allowing full access to loose objects as well as packs with
+performance and scalability in mind. It operates exclusively on streams,
+allowing to handle large objects with a small memory footprint.