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