diff options
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 0000000000..7d4321ee72 --- /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. |