mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
Spelling (#907)
* 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>
This commit is contained in:
parent
68b19e031d
commit
1578a4be85
@ -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
|
baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "git-secret.io" # the base hostname & protocol for your site
|
url: "git-secret.io" # the base hostname & protocol for your site
|
||||||
|
|
||||||
# Github links:
|
# GitHub links:
|
||||||
github_username: sobolevn
|
github_username: sobolevn
|
||||||
github_changelog: "https://github.com/sobolevn/git-secret/blob/master/CHANGELOG.md"
|
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")
|
timestamp=$(date "+%Y-%m-%d %H:%M:%S %z")
|
||||||
current_date=$(date "+%Y-%m-%d")
|
current_date=$(date "+%Y-%m-%d")
|
||||||
|
|
||||||
# Creating command refernce:
|
# Creating command reference:
|
||||||
for com in "$MAN_LOCATION"/git-secret-*.1.md; do
|
for com in "$MAN_LOCATION"/git-secret-*.1.md; do
|
||||||
local short_name
|
local short_name
|
||||||
short_name=$(echo "$com" | sed -n "s|$MAN_LOCATION/\(.*\)\.1\.md|\1|p")
|
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.
|
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,
|
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.
|
Also we welcome improvements to tests or `git-secret` code for any platform.
|
||||||
|
|
||||||
## Installation process
|
## 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`
|
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.
|
install locations for simplicity, but if you know what you're doing you are welcome to change it.
|
||||||
|
|
||||||
|
BIN
man/man1/git-secret-tell.1
generated
BIN
man/man1/git-secret-tell.1
generated
Binary file not shown.
@ -7,7 +7,7 @@ git-secret-tell - adds person who can access private data.
|
|||||||
|
|
||||||
|
|
||||||
## DESCRIPTION
|
## 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,
|
This lets the specified user encrypt new files,
|
||||||
but will not immediately be able to decrypt existing files, which were encrypted without their key.
|
but will not immediately be able to decrypt existing files, which were encrypted without their key.
|
||||||
|
@ -19,7 +19,7 @@ section: default
|
|||||||
# Priority.
|
# Priority.
|
||||||
priority: main
|
priority: main
|
||||||
|
|
||||||
# Maintaner.
|
# Maintainer.
|
||||||
maintainer: Nikita Sobolev <mail@sobolevn.me>
|
maintainer: Nikita Sobolev <mail@sobolevn.me>
|
||||||
|
|
||||||
# Description.
|
# Description.
|
||||||
|
Loading…
Reference in New Issue
Block a user