478
479
core.worktree::
480
Set the path to the root of the working tree.
481
- If GIT_COMMON_DIR environment variable is set, core.worktree
481
+ If `GIT_COMMON_DIR` environment variable is set, core.worktree
482
is ignored and not used for determining the root of working tree.
483
- This can be overridden by the GIT_WORK_TREE environment
483
+ This can be overridden by the `GIT_WORK_TREE` environment
484
variable and the '--work-tree' command-line option.
485
The value can be an absolute path or relative to the path to
486
the .git directory, which is either specified by --git-dir
621
ask for a password can be told to use an external program given
622
via the value of this variable. Can be overridden by the `GIT_ASKPASS`
623
environment variable. If not set, fall back to the value of the
624
- 'SSH_ASKPASS' environment variable or, failing that, a simple password
624
+ `SSH_ASKPASS` environment variable or, failing that, a simple password
625
prompt. The external program shall be given a suitable prompt as
626
command-line argument and write the password on its STDOUT.
627
1582
1583
guitool.<name>.argPrompt::
1584
Request a string argument from the user, and pass it to the tool
1585
- through the 'ARGS' environment variable. Since requesting an
1585
+ through the `ARGS` environment variable. Since requesting an
1586
argument implies confirmation, the 'confirm' option has no effect
1587
if this is enabled. If the option is set to 'true', 'yes', or '1',
1588
the dialog uses a built-in generic prompt; otherwise the exact
1590
1591
guitool.<name>.revPrompt::
1592
Request a single valid revision from the user, and set the
1593
- 'REVISION' environment variable. In other aspects this option
1593
+ `REVISION` environment variable. In other aspects this option
1594
is similar to 'argPrompt', and can be used together with it.
1595
1596
guitool.<name>.revUnmerged::
2856
user.email::
2857
Your email address to be recorded in any newly created commits.
2858
Can be overridden by the `GIT_AUTHOR_EMAIL`, `GIT_COMMITTER_EMAIL`, and
2859
- 'EMAIL' environment variables. See linkgit:git-commit-tree[1].
2859
+ `EMAIL` environment variables. See linkgit:git-commit-tree[1].
2860
2861
user.name::
2862
Your full name to be recorded in any newly created commits.