libraries/gitdb2: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:30:23 -04:00
parent 6fcf0f3b1a
commit 536aa3a8a1

View file

@ -1,4 +1,5 @@
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.
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.