File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1
- commit.cleanup::
1
+ ifdef::git-commit[]
2
+ :see-git-commit:
3
+ endif::git-commit[]
4
+ ifndef::git-commit[]
5
+ :see-git-commit: See linkgit:git-commit[1] for details.
6
+ endif::git-commit[]
7
+ `commit.cleanup`::
2
8
This setting overrides the default of the `--cleanup` option in
3
- `git commit`. See linkgit: git-commit[1] for details. Changing the
4
- default can be useful when you always want to keep lines that begin
9
+ `git commit`. {see- git-commit} Changing the default can be useful
10
+ when you always want to keep lines that begin
5
11
with the comment character `#` in your log message, in which case you
6
12
would do `git config commit.cleanup whitespace` (note that you will
7
13
have to remove the help lines that begin with `#` in the commit log
8
14
template yourself, if you do this).
9
15
10
- commit.gpgSign::
11
-
16
+ `commit.gpgSign`::
12
17
A boolean to specify whether all commits should be GPG signed.
13
18
Use of this option when doing operations such as rebase can
14
19
result in a large number of commits being signed. It may be
15
20
convenient to use an agent to avoid typing your GPG passphrase
16
21
several times.
17
22
18
- commit.status::
23
+ ` commit.status` ::
19
24
A boolean to enable/disable inclusion of status information in the
20
25
commit message template when using an editor to prepare the commit
21
- message. Defaults to true.
26
+ message. Defaults to ` true` .
22
27
23
- commit.template::
28
+ ` commit.template` ::
24
29
Specify the pathname of a file to use as the template for
25
30
new commit messages.
26
31
27
- commit.verbose::
32
+ ` commit.verbose` ::
28
33
A boolean or int to specify the level of verbosity with `git commit`.
29
- See linkgit: git-commit[1].
34
+ {see- git-commit}
You can’t perform that action at this time.
0 commit comments