summaryrefslogtreecommitdiffstats
path: root/libraries/gitdb/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:30:12 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:30:12 -0400
commit6fcf0f3b1ab9dc73903da3b29fc3eede71a5b557 (patch)
treefa551af52a40621df1797a85cbbecab80f9c337d /libraries/gitdb/README
parentd22ae43f65f5d385d0d7388939fca44ae09afd5d (diff)
downloadslackbuilds-6fcf0f3b1ab9dc73903da3b29fc3eede71a5b557.tar.gz
slackbuilds-6fcf0f3b1ab9dc73903da3b29fc3eede71a5b557.tar.xz
libraries/gitdb: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to '')
-rw-r--r--libraries/gitdb/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/gitdb/README b/libraries/gitdb/README
index 7d4321ee72..01b6cdaf00 100644
--- a/libraries/gitdb/README
+++ b/libraries/gitdb/README
@@ -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.