diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-07 22:41:06 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:12 -0600 |
commit | a61c5a0ae6afd4ae7612d6c7156152667fe4687a (patch) | |
tree | 68e7ac7b9ef3784e923f9316740882d65ed3908c /libraries/gitdb/README | |
parent | d10b0ed9c2ac523953700376a940ef88993128c5 (diff) |
libraries/gitdb: Added (Git Object Database).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gitdb/README')
-rw-r--r-- | libraries/gitdb/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/gitdb/README b/libraries/gitdb/README new file mode 100644 index 0000000000000..7d4321ee72202 --- /dev/null +++ b/libraries/gitdb/README @@ -0,0 +1,8 @@ +Git Object Database. + +GitDB is a pure-Python git object database. + +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 operate on large objects with a small memory footprint. |