Skip to content

Commit 0bcce87

Browse files
committed
Closes #618
1 parent d79b559 commit 0bcce87

35 files changed

+90
-82
lines changed

.gitattributes

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
# Excluding from GitHub languages:
12
vendor/ linguist-vendored
3+
4+
# Excluding from `git diff`:
5+
*.1 -diff
6+
*.7 -diff

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
- Rename `killperson` command to `removeperson` (#684)
1818
- Moves `file_has_line` utility to tests and fixes how it is used
19+
- Refactors docs: new pages, new content
1920

2021

2122
## 0.4.0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Homebrew](https://img.shields.io/homebrew/v/git-secret.svg)](https://formulae.brew.sh/formula/git-secret)
77
[![Supporters](https://img.shields.io/opencollective/all/git-secret.svg?color=gold&label=supporters)](https://opencollective.com/git-secret)
88

9-
[![git-secret](https://raw.githubusercontent.com/sobolevn/git-secret/gh-pages/images/git-secret-big.png)](http://git-secret.io/)
9+
[![git-secret](https://raw.githubusercontent.com/sobolevn/git-secret/gh-pages/images/git-secret-big.png)](https://git-secret.io/)
1010

1111

1212
## What is `git-secret`?
@@ -34,7 +34,7 @@ you should also change the secrets.
3434
`git-secret` supports `brew`, just type: `brew install git-secret`
3535

3636
It also supports `apt` and `yum`. You can also use `make` if you want to.
37-
See the [installation section](http://git-secret.io/installation) for the details.
37+
See the [installation section](installation) for the details.
3838

3939
### Requirements
4040

docs/Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ source "https://rubygems.org"
33
group :jekyll_plugins do
44
gem "jekyll", ">= 3.6.3"
55
gem "jekyll-seo-tag", "~> 2.7.1"
6-
gem "jekyll-environment-variables", ">= 1.0.1"
76
end

docs/Gemfile.lock

-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ GEM
2929
rouge (~> 3.0)
3030
safe_yaml (~> 1.0)
3131
terminal-table (~> 2.0)
32-
jekyll-environment-variables (1.0.1)
33-
jekyll (>= 3.0, < 5.x)
3432
jekyll-sass-converter (2.1.0)
3533
sassc (> 2.0.1, < 3.0)
3634
jekyll-seo-tag (2.7.1)
@@ -67,7 +65,6 @@ PLATFORMS
6765

6866
DEPENDENCIES
6967
jekyll (>= 3.6.3)
70-
jekyll-environment-variables (>= 1.0.1)
7168
jekyll-seo-tag (~> 2.7.1)
7269

7370
BUNDLED WITH

docs/_config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ url: "git-secret.io" # the base hostname & protocol for your site
88
# Github links:
99
github_username: sobolevn
1010
github_changelog: "https://github.com/sobolevn/git-secret/blob/master/CHANGELOG.md"
11-
github_plugins: "https://github.com/sobolevn/git-secret/wiki/Third-party-plugins"
12-
github_using: "https://github.com/sobolevn/git-secret/wiki/Who-uses"
1311

1412
# Seo settings:
1513
plugins:
1614
- jekyll-seo-tag
17-
- jekyll-environment-variables
1815

1916
# Build settings
2017
markdown: kramdown

docs/_includes/header.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
<nav class="site-navigation">
2929
<a href="/installation">Installation</a>
30-
<a href="{{ site.github_plugins }}">External plugins</a>
31-
<a href="{{ site.github_using }}">Projects using it</a>
30+
<a href="{{ "/#commands" | prepend: site.baseurl }}">Commands</a>
31+
<a href="/plugins">External plugins</a>
3232
<a href="{{ site.github_changelog }}">Changelog</a>
3333
</nav>
3434

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Synopsis</h1>
2121
{{ post.content }}
2222
{% endfor %}
2323

24-
<h2 class="page-heading">Command Reference</h2>
24+
<h2 class="page-heading" id="commands">Command Reference</h2>
2525

2626
<ul class="post-list">
2727
{% for post in site.categories.command %}

docs/plugins.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
---
4+
5+
# External plugins
6+
7+
Here's a list of external plugins for `git-secret` developed by other awesome developers:
8+
9+
- [git-secret-diff](https://github.com/msilvestre/git-secret-diff) adds `git secret diff` command similar to `git diff` to see changes in your secrets in different commits

man/man1/git-secret-add.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If there\'s no users in the \fBgit\-secret\fR\'s keyring, when adding a file, an
2727
Use the \fBgit secret add\fR command to add filenames to this file\. It is not recommended to add filenames directly into \fB\.gitsecret/paths/mapping\.cfg\fR\.
2828
.
2929
.P
30-
(See git\-secret(7) \fIhttp://git\-secret\.io/git\-secret\fR for information about renaming the \.gitsecret folder using the SECRETS_DIR environment variable\.
30+
(See git\-secret(7) \fIhttps://git\-secret\.io/git\-secret\fR for information about renaming the \.gitsecret folder using the SECRETS_DIR environment variable\.
3131
.
3232
.SH "OPTIONS"
3333
.
@@ -43,4 +43,4 @@ Use the \fBgit secret add\fR command to add filenames to this file\. It is not r
4343
Run \fBman git\-secret\-add\fR to see this note\.
4444
.
4545
.SH "SEE ALSO"
46-
git\-secret\-init(1) \fIhttp://git\-secret\.io/git\-secret\-init\fR, git\-secret\-tell(1) \fIhttp://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-hide(1) \fIhttp://git\-secret\.io/git\-secret\-hide\fR, git\-secret\-reveal(1) \fIhttp://git\-secret\.io/git\-secret\-reveal\fR
46+
git\-secret\-init(1) \fIhttps://git\-secret\.io/git\-secret\-init\fR, git\-secret\-tell(1) \fIhttps://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-hide(1) \fIhttps://git\-secret\.io/git\-secret\-hide\fR, git\-secret\-reveal(1) \fIhttps://git\-secret\.io/git\-secret\-reveal\fR

man/man1/git-secret-add.1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If there's no users in the `git-secret`'s keyring, when adding a file, an except
1818
Use the `git secret add` command to add filenames to this file.
1919
It is not recommended to add filenames directly into `.gitsecret/paths/mapping.cfg`.
2020

21-
(See [git-secret(7)](http://git-secret.io/git-secret) for information about renaming the .gitsecret
21+
(See [git-secret(7)](https://git-secret.io/git-secret) for information about renaming the .gitsecret
2222
folder using the SECRETS_DIR environment variable.
2323

2424
## OPTIONS
@@ -35,5 +35,5 @@ Run `man git-secret-add` to see this note.
3535

3636
## SEE ALSO
3737

38-
[git-secret-init(1)](http://git-secret.io/git-secret-init), [git-secret-tell(1)](http://git-secret.io/git-secret-tell),
39-
[git-secret-hide(1)](http://git-secret.io/git-secret-hide), [git-secret-reveal(1)](http://git-secret.io/git-secret-reveal)
38+
[git-secret-init(1)](https://git-secret.io/git-secret-init), [git-secret-tell(1)](https://git-secret.io/git-secret-tell),
39+
[git-secret-hide(1)](https://git-secret.io/git-secret-hide), [git-secret-reveal(1)](https://git-secret.io/git-secret-reveal)

man/man1/git-secret-cat.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git secret cat [\-d dir] [\-p password] filename [filenames]
1818
\fBgit\-secret\-cat\fR \- Outputs to stdout the contents of the files named on the command line\. As with \fBgit\-secret\-reveal\fR, you\'ll need to have a public/private keypair that is allowed to decrypt this repo\.
1919
.
2020
.P
21-
Note also that this command can be affected by the \fBSECRETS_PINENTRY\fR environment variable\. See (See git\-secret(7) \fIhttp://git\-secret\.io/git\-secret\fR for information using \fBSECRETS_PINENTRY\fR\.
21+
Note also that this command can be affected by the \fBSECRETS_PINENTRY\fR environment variable\. See (See git\-secret(7) \fIhttps://git\-secret\.io/git\-secret\fR for information using \fBSECRETS_PINENTRY\fR\.
2222
.
2323
.SH "OPTIONS"
2424
.
@@ -34,4 +34,4 @@ Note also that this command can be affected by the \fBSECRETS_PINENTRY\fR enviro
3434
Run \fBman git\-secret\-cat\fR to see this note\.
3535
.
3636
.SH "SEE ALSO"
37-
git\-secret\-init(1) \fIhttp://git\-secret\.io/git\-secret\-init\fR, git\-secret\-tell(1) \fIhttp://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-add(1) \fIhttp://git\-secret\.io/git\-secret\-add\fR, git\-secret\-hide(1) \fIhttp://git\-secret\.io/git\-secret\-hide\fR, git\-secret\-reveal(1) \fIhttp://git\-secret\.io/git\-secret\-cat\fR
37+
git\-secret\-init(1) \fIhttps://git\-secret\.io/git\-secret\-init\fR, git\-secret\-tell(1) \fIhttps://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-add(1) \fIhttps://git\-secret\.io/git\-secret\-add\fR, git\-secret\-hide(1) \fIhttps://git\-secret\.io/git\-secret\-hide\fR, git\-secret\-reveal(1) \fIhttps://git\-secret\.io/git\-secret\-cat\fR

man/man1/git-secret-cat.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ As with `git-secret-reveal`, you'll need to have a public/private keypair that i
1212
decrypt this repo.
1313

1414
Note also that this command can be affected by the `SECRETS_PINENTRY` environment variable. See
15-
(See [git-secret(7)](http://git-secret.io/git-secret) for information using `SECRETS_PINENTRY`.
15+
(See [git-secret(7)](https://git-secret.io/git-secret) for information using `SECRETS_PINENTRY`.
1616

1717

1818
## OPTIONS
@@ -29,4 +29,4 @@ Run `man git-secret-cat` to see this note.
2929

3030
## SEE ALSO
3131

32-
[git-secret-init(1)](http://git-secret.io/git-secret-init), [git-secret-tell(1)](http://git-secret.io/git-secret-tell), [git-secret-add(1)](http://git-secret.io/git-secret-add), [git-secret-hide(1)](http://git-secret.io/git-secret-hide), [git-secret-reveal(1)](http://git-secret.io/git-secret-cat)
32+
[git-secret-init(1)](https://git-secret.io/git-secret-init), [git-secret-tell(1)](https://git-secret.io/git-secret-tell), [git-secret-add(1)](https://git-secret.io/git-secret-add), [git-secret-hide(1)](https://git-secret.io/git-secret-hide), [git-secret-reveal(1)](https://git-secret.io/git-secret-cat)

man/man1/git-secret-changes.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git secret changes [\-h] [\-d dir] [\-p password] [pathspec]\.\.\.
1818
\fBgit\-secret\-changes\fR \- shows changes between the current version of hidden files and the ones already committed\. You can provide any number of hidden files to this command as arguments, and it will show changes for these files only\. Note that files must be specified by their encrypted names, typically \fBfilename\.yml\.secret\fR\. If no arguments are provided, information about all hidden files will be shown\.
1919
.
2020
.P
21-
Note also that this command can be affected by the \fBSECRETS_PINENTRY\fR environment variable\. See (See git\-secret(7) \fIhttp://git\-secret\.io/git\-secret\fR for information using \fBSECRETS_PINENTRY\fR\.
21+
Note also that this command can be affected by the \fBSECRETS_PINENTRY\fR environment variable\. See (See git\-secret(7) \fIhttps://git\-secret\.io/git\-secret\fR for information using \fBSECRETS_PINENTRY\fR\.
2222
.
2323
.SH "OPTIONS"
2424
.
@@ -34,4 +34,4 @@ Note also that this command can be affected by the \fBSECRETS_PINENTRY\fR enviro
3434
Run \fBman git\-secret\-changes\fR to see this note\.
3535
.
3636
.SH "SEE ALSO"
37-
git\-secret\-add(1) \fIhttp://git\-secret\.io/git\-secret\-add\fR, git\-secret\-tell(1) \fIhttp://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-hide(1) \fIhttp://git\-secret\.io/git\-secret\-hide\fR, git\-secret\-reveal(1) \fIhttp://git\-secret\.io/git\-secret\-reveal\fR, git\-secret\-cat(1) \fIhttp://git\-secret\.io/git\-secret\-cat\fR
37+
git\-secret\-add(1) \fIhttps://git\-secret\.io/git\-secret\-add\fR, git\-secret\-tell(1) \fIhttps://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-hide(1) \fIhttps://git\-secret\.io/git\-secret\-hide\fR, git\-secret\-reveal(1) \fIhttps://git\-secret\.io/git\-secret\-reveal\fR, git\-secret\-cat(1) \fIhttps://git\-secret\.io/git\-secret\-cat\fR

man/man1/git-secret-changes.1.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Note that files must be specified by their encrypted names, typically `filename.
1313
If no arguments are provided, information about all hidden files will be shown.
1414

1515
Note also that this command can be affected by the `SECRETS_PINENTRY` environment variable. See
16-
(See [git-secret(7)](http://git-secret.io/git-secret) for information using `SECRETS_PINENTRY`.
16+
(See [git-secret(7)](https://git-secret.io/git-secret) for information using `SECRETS_PINENTRY`.
1717

1818

1919
## OPTIONS
@@ -30,6 +30,6 @@ Run `man git-secret-changes` to see this note.
3030

3131
## SEE ALSO
3232

33-
[git-secret-add(1)](http://git-secret.io/git-secret-add), [git-secret-tell(1)](http://git-secret.io/git-secret-tell),
34-
[git-secret-hide(1)](http://git-secret.io/git-secret-hide), [git-secret-reveal(1)](http://git-secret.io/git-secret-reveal),
35-
[git-secret-cat(1)](http://git-secret.io/git-secret-cat)
33+
[git-secret-add(1)](https://git-secret.io/git-secret-add), [git-secret-tell(1)](https://git-secret.io/git-secret-tell),
34+
[git-secret-hide(1)](https://git-secret.io/git-secret-hide), [git-secret-reveal(1)](https://git-secret.io/git-secret-reveal),
35+
[git-secret-cat(1)](https://git-secret.io/git-secret-cat)

man/man1/git-secret-clean.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ git secret clean [\-v]
2727
.fi
2828
.
2929
.P
30-
You can also enable verbosity using the SECRETS_VERBOSE environment variable, as documented at git\-secret(7) \fIhttp://git\-secret\.io/\fR
30+
You can also enable verbosity using the SECRETS_VERBOSE environment variable, as documented at git\-secret(7) \fIhttps://git\-secret\.io/\fR
3131
.
3232
.SH "MANUAL"
3333
Run \fBman git\-secret\-clean\fR to see this note\.
3434
.
3535
.SH "SEE ALSO"
36-
git\-secret\-whoknows(1) \fIhttp://git\-secret\.io/git\-secret\-whoknows\fR, git\-secret\-add(1) \fIhttp://git\-secret\.io/git\-secret\-add\fR, git\-secret\-remove(1) \fIhttp://git\-secret\.io/git\-secret\-remove\fR, git\-secret\-removeperson(1) \fIhttp://git\-secret\.io/git\-secret\-removeperson\fR
36+
git\-secret\-whoknows(1) \fIhttps://git\-secret\.io/git\-secret\-whoknows\fR, git\-secret\-add(1) \fIhttps://git\-secret\.io/git\-secret\-add\fR, git\-secret\-remove(1) \fIhttps://git\-secret\.io/git\-secret\-remove\fR, git\-secret\-removeperson(1) \fIhttps://git\-secret\.io/git\-secret\-removeperson\fR

man/man1/git-secret-clean.1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Verbose output is enabled with the `-v` option, in which case the program prints
1717
-h - shows this help.
1818

1919
You can also enable verbosity using the SECRETS_VERBOSE environment variable,
20-
as documented at [git-secret(7)](http://git-secret.io/)
20+
as documented at [git-secret(7)](https://git-secret.io/)
2121

2222
## MANUAL
2323

@@ -26,5 +26,5 @@ Run `man git-secret-clean` to see this note.
2626

2727
## SEE ALSO
2828

29-
[git-secret-whoknows(1)](http://git-secret.io/git-secret-whoknows), [git-secret-add(1)](http://git-secret.io/git-secret-add),
30-
[git-secret-remove(1)](http://git-secret.io/git-secret-remove), [git-secret-removeperson(1)](http://git-secret.io/git-secret-removeperson)
29+
[git-secret-whoknows(1)](https://git-secret.io/git-secret-whoknows), [git-secret-add(1)](https://git-secret.io/git-secret-add),
30+
[git-secret-remove(1)](https://git-secret.io/git-secret-remove), [git-secret-removeperson(1)](https://git-secret.io/git-secret-removeperson)

man/man1/git-secret-hide.1

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ If you know what you are doing and wish to encrypt or re\-encrypt only a subset
5252
\fBSECRETS_GPG_ARMOR\fR is a boolean to enable \fB\-\-armor\fR mode \fIhttps://www\.gnupg\.org/gph/en/manual/r1290\.html\fR to store secrets in text format over binary
5353
.
5454
.IP "\(bu" 4
55-
\fBSECRETS_DIR\fR changes the default \fB\.gitsecret/\fR folder to another name as documented at git\-secret(7) \fIhttp://git\-secret\.io/\fR
55+
\fBSECRETS_DIR\fR changes the default \fB\.gitsecret/\fR folder to another name as documented at git\-secret(7) \fIhttps://git\-secret\.io/\fR
5656
.
5757
.IP "\(bu" 4
5858
\fBSECRETS_EXTENSION\fR changes the default \fB\.secret\fR file extension
5959
.
6060
.IP "\(bu" 4
61-
\fBSECRETS_VERBOSE\fR changes the output verbosity as documented at git\-secret(7) \fIhttp://git\-secret\.io/\fR
61+
\fBSECRETS_VERBOSE\fR changes the output verbosity as documented at git\-secret(7) \fIhttps://git\-secret\.io/\fR
6262
.
6363
.IP "\(bu" 4
64-
\fBSECRETS_PINENTRY\fR changes the \fBgpg \-\-pinentry\fR mode \fIhttps://github\.com/gpg/pinentry\fR as documented at git\-secret(7) \fIhttp://git\-secret\.io/\fR
64+
\fBSECRETS_PINENTRY\fR changes the \fBgpg \-\-pinentry\fR mode \fIhttps://github\.com/gpg/pinentry\fR as documented at git\-secret(7) \fIhttps://git\-secret\.io/\fR
6565
.
6666
.IP "" 0
6767
.
6868
.SH "MANUAL"
6969
Run \fBman git\-secret\-hide\fR to see this note\.
7070
.
7171
.SH "SEE ALSO"
72-
git\-secret\-init(1) \fIhttp://git\-secret\.io/git\-secret\-init\fR, git\-secret\-tell(1) \fIhttp://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-add(1) \fIhttp://git\-secret\.io/git\-secret\-add\fR, git\-secret\-reveal(1) \fIhttp://git\-secret\.io/git\-secret\-reveal\fR, git\-secret\-cat(1) \fIhttp://git\-secret\.io/git\-secret\-cat\fR
72+
git\-secret\-init(1) \fIhttps://git\-secret\.io/git\-secret\-init\fR, git\-secret\-tell(1) \fIhttps://git\-secret\.io/git\-secret\-tell\fR, git\-secret\-add(1) \fIhttps://git\-secret\.io/git\-secret\-add\fR, git\-secret\-reveal(1) \fIhttps://git\-secret\.io/git\-secret\-reveal\fR, git\-secret\-cat(1) \fIhttps://git\-secret\.io/git\-secret\-cat\fR

man/man1/git-secret-hide.1.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ not be been modified since the last time they were encrypted.
4949

5050
- `SECRETS_GPG_COMMAND` changes the default `gpg` command to anything else
5151
- `SECRETS_GPG_ARMOR` is a boolean to enable [`--armor` mode](https://www.gnupg.org/gph/en/manual/r1290.html) to store secrets in text format over binary
52-
- `SECRETS_DIR` changes the default `.gitsecret/` folder to another name as documented at [git-secret(7)](http://git-secret.io/)
52+
- `SECRETS_DIR` changes the default `.gitsecret/` folder to another name as documented at [git-secret(7)](https://git-secret.io/)
5353
- `SECRETS_EXTENSION` changes the default `.secret` file extension
54-
- `SECRETS_VERBOSE` changes the output verbosity as documented at [git-secret(7)](http://git-secret.io/)
55-
- `SECRETS_PINENTRY` changes the [`gpg --pinentry` mode](https://github.com/gpg/pinentry) as documented at [git-secret(7)](http://git-secret.io/)
54+
- `SECRETS_VERBOSE` changes the output verbosity as documented at [git-secret(7)](https://git-secret.io/)
55+
- `SECRETS_PINENTRY` changes the [`gpg --pinentry` mode](https://github.com/gpg/pinentry) as documented at [git-secret(7)](https://git-secret.io/)
5656

5757

5858
## MANUAL
@@ -62,6 +62,6 @@ Run `man git-secret-hide` to see this note.
6262

6363
## SEE ALSO
6464

65-
[git-secret-init(1)](http://git-secret.io/git-secret-init), [git-secret-tell(1)](http://git-secret.io/git-secret-tell),
66-
[git-secret-add(1)](http://git-secret.io/git-secret-add), [git-secret-reveal(1)](http://git-secret.io/git-secret-reveal),
67-
[git-secret-cat(1)](http://git-secret.io/git-secret-cat)
65+
[git-secret-init(1)](https://git-secret.io/git-secret-init), [git-secret-tell(1)](https://git-secret.io/git-secret-tell),
66+
[git-secret-add(1)](https://git-secret.io/git-secret-add), [git-secret-reveal(1)](https://git-secret.io/git-secret-reveal),
67+
[git-secret-cat(1)](https://git-secret.io/git-secret-cat)

man/man1/git-secret-init.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git secret init
2121
If a \fB\.gitsecret\fR directory already exists, \fBgit\-secret\-init\fR exits without making any changes\. Otherwise, a \.gitsecret directory is created with appropriate sub\-directories, and patterns to ignore \fBgit\-secret\fR\'s \fBrandom_seed_file\fR and not ignore \fB\.secret\fR files are added to \fB\.gitignore\fR\.
2222
.
2323
.P
24-
(See git\-secret(7) \fIhttp://git\-secret\.io/git\-secret\fR for information about renaming the \.gitsecret folder with the \fBSECRETS_DIR\fR environment variable, and changing the extension \fBgit\-secret\fR uses for secret files with the \fBSECRETS_EXTENSION\fR environment variable\.
24+
(See git\-secret(7) \fIhttps://git\-secret\.io/git\-secret\fR for information about renaming the \.gitsecret folder with the \fBSECRETS_DIR\fR environment variable, and changing the extension \fBgit\-secret\fR uses for secret files with the \fBSECRETS_EXTENSION\fR environment variable\.
2525
.
2626
.SH "OPTIONS"
2727
.
@@ -35,4 +35,4 @@ If a \fB\.gitsecret\fR directory already exists, \fBgit\-secret\-init\fR exits w
3535
Run \fBman git\-secret\-init\fR to see this note\.
3636
.
3737
.SH "SEE ALSO"
38-
git\-secret\-usage(1) \fIhttp://git\-secret\.io/git\-secret\-usage\fR, git\-secret\-tell(1) \fIhttp://git\-secret\.io/git\-secret\-tell\fR
38+
git\-secret\-usage(1) \fIhttps://git\-secret\.io/git\-secret\-usage\fR, git\-secret\-tell(1) \fIhttps://git\-secret\.io/git\-secret\-tell\fR

man/man1/git-secret-init.1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Otherwise, a .gitsecret directory is created with appropriate sub-directories,
1515
and patterns to ignore `git-secret`'s `random_seed_file`
1616
and not ignore `.secret` files are added to `.gitignore`.
1717

18-
(See [git-secret(7)](http://git-secret.io/git-secret) for information about renaming the .gitsecret
18+
(See [git-secret(7)](https://git-secret.io/git-secret) for information about renaming the .gitsecret
1919
folder with the `SECRETS_DIR` environment variable, and changing the extension `git-secret` uses for secret files
2020
with the `SECRETS_EXTENSION` environment variable.
2121

@@ -32,4 +32,4 @@ Run `man git-secret-init` to see this note.
3232

3333
## SEE ALSO
3434

35-
[git-secret-usage(1)](http://git-secret.io/git-secret-usage), [git-secret-tell(1)](http://git-secret.io/git-secret-tell)
35+
[git-secret-usage(1)](https://git-secret.io/git-secret-usage), [git-secret-tell(1)](https://git-secret.io/git-secret-tell)

0 commit comments

Comments
 (0)