diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:30:23 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:30:23 -0400 |
commit | 536aa3a8a12acdb1c101ab914c7fd55037140ce6 (patch) | |
tree | ebae496b0dc33731800fa8deb1622ea78e72978d /libraries/gitdb2/README | |
parent | 6fcf0f3b1ab9dc73903da3b29fc3eede71a5b557 (diff) | |
download | slackbuilds-536aa3a8a12acdb1c101ab914c7fd55037140ce6.tar.gz |
libraries/gitdb2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/gitdb2/README')
-rw-r--r-- | libraries/gitdb2/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/gitdb2/README b/libraries/gitdb2/README index afb6160ee6..d87dfd0943 100644 --- a/libraries/gitdb2/README +++ b/libraries/gitdb2/README @@ -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. |