[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: git-crypt: Double-space Texinfo mark-up.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/08: gnu: git-crypt: Double-space Texinfo mark-up. |
Date: |
Fri, 21 Apr 2017 06:34:22 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 79990ce31f800e2c3c993f3881f080f71d62ffab
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 21 09:38:36 2017 +0200
gnu: git-crypt: Double-space Texinfo mark-up.
* gnu/packages/version-control.scm (git-crypt)[description]: Use two spaces
where one would suffice.
---
gnu/packages/version-control.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index cda4fc8..420305f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -413,11 +413,11 @@ write native speed custom Git applications in any
language with bindings.")
(home-page "https://www.agwa.name/projects/git-crypt")
(synopsis "Transparent encryption of files in a git repository")
(description "git-crypt enables transparent encryption and decryption of
-files in a git repository. Files which you choose to protect are encrypted when
-committed, and decrypted when checked out. git-crypt lets you freely share a
-repository containing a mix of public and private content. git-crypt gracefully
+files in a git repository. Files which you choose to protect are encrypted
when
+committed, and decrypted when checked out. git-crypt lets you freely share a
+repository containing a mix of public and private content. git-crypt
gracefully
degrades, so developers without the secret key can still clone and commit to a
-repository with encrypted files. This lets you store your secret material (such
+repository with encrypted files. This lets you store your secret material
(such
as keys or passwords) in the same repository as your code, without requiring
you
to lock down your entire repository.")
(license license:gpl3+)))
- branch master updated (136968f -> ef27b43), Tobias Geerinckx-Rice, 2017/04/21
- 01/08: gnu: neon: Update to 0.30.2., Tobias Geerinckx-Rice, 2017/04/21
- 03/08: gnu: diffstat: Update to 1.61., Tobias Geerinckx-Rice, 2017/04/21
- 04/08: gnu: diffstat: Use @command mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 05/08: gnu: git-crypt: Double-space Texinfo mark-up.,
Tobias Geerinckx-Rice <=
- 08/08: gnu: fortify-headers: Use @code mark-up., Tobias Geerinckx-Rice, 2017/04/21
- 06/08: gnu: version-control: Use HTTPS where possible., Tobias Geerinckx-Rice, 2017/04/21
- 07/08: gnu: Use HTTPS on 2f30.org., Tobias Geerinckx-Rice, 2017/04/21
- 02/08: gnu: neon: Use @enumerate mark-up., Tobias Geerinckx-Rice, 2017/04/21