* spelling: encrypt

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: github

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: maintainer

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: reference

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

* spelling: the

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/908/head
Josh Soref 2 years ago committed by GitHub
parent 68b19e031d
commit 1578a4be85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ description: Shell scripts to encrypt your private data inside a git repository.
baseurl: "" # the subpath of your site, e.g. /blog
url: "git-secret.io" # the base hostname & protocol for your site
# Github links:
# GitHub links:
github_username: sobolevn
github_changelog: "https://github.com/sobolevn/git-secret/blob/master/CHANGELOG.md"

@ -28,7 +28,7 @@ function copy_to_posts {
timestamp=$(date "+%Y-%m-%d %H:%M:%S %z")
current_date=$(date "+%Y-%m-%d")
# Creating command refernce:
# Creating command reference:
for com in "$MAN_LOCATION"/git-secret-*.1.md; do
local short_name
short_name=$(echo "$com" | sed -n "s|$MAN_LOCATION/\(.*\)\.1\.md|\1|p")

@ -22,7 +22,7 @@ You can check the full list of automated test platforms
We are always interested in getting `git-secret` working and tested on additional systems.
If you get `git-secret` working on a new system and the tests pass for you,
you can add a Github Action to test your platform to that file.
you can add a GitHub Action to test your platform to that file.
Also we welcome improvements to tests or `git-secret` code for any platform.
## Installation process
@ -160,6 +160,6 @@ PREFIX="/usr/local" make install
```
Note that you can change `PREFIX` to be any directory you subsequently include in in your `PATH`
environment variable. We generally recommend you stick to the the default
environment variable. We generally recommend you stick to the default
install locations for simplicity, but if you know what you're doing you are welcome to change it.

@ -15,7 +15,7 @@ git secret tell [\-m] [\-d dir] [emails]\.\.\.
.fi
.
.SH "DESCRIPTION"
\fBgit\-secret tell\fR \- adds user(s) to the list of those able to encypt/decrypt secrets\.
\fBgit\-secret tell\fR \- adds user(s) to the list of those able to encrypt/decrypt secrets\.
.
.P
This lets the specified user encrypt new files, but will not immediately be able to decrypt existing files, which were encrypted without their key\. Files should be re\-encrypted with the new keyring by someone who already has access in order for the new user to be able to decrypt the files\.

@ -7,7 +7,7 @@ git-secret-tell - adds person who can access private data.
## DESCRIPTION
`git-secret tell` - adds user(s) to the list of those able to encypt/decrypt secrets.
`git-secret tell` - adds user(s) to the list of those able to encrypt/decrypt secrets.
This lets the specified user encrypt new files,
but will not immediately be able to decrypt existing files, which were encrypted without their key.

@ -19,7 +19,7 @@ section: default
# Priority.
priority: main
# Maintaner.
# Maintainer.
maintainer: Nikita Sobolev <mail@sobolevn.me>
# Description.

Loading…
Cancel
Save