libraries/gitdb: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
d22ae43f65
commit
6fcf0f3b1a
|
@ -2,7 +2,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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue