diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-20 20:10:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-20 20:10:16 +0700 |
commit | 292665f2a72d8bfba4887e227024714c2b3e6e9d (patch) | |
tree | 665f8c8363ed428f6d7f1d1358c970195aec511e /libraries/gitdb2/README | |
parent | 42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728 (diff) |
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/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/gitdb2/README b/libraries/gitdb2/README new file mode 100644 index 0000000000000..afb6160ee6085 --- /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. |