python/python3-gitdb2: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:15:19 -04:00
parent d096349707
commit 2d4fe3b5a4
1 changed files with 5 additions and 4 deletions

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.