@@ -1701,6 +1701,10 @@ <h3 id="_values">Values</h3>
17011701be specified that should < em > not</ em > be expanded, it needs to be prefixed by
17021702.< code > /</ code > , like so: .< code > /%</ code > (< code > prefix</ code > )< code > /bin</ code > .</ p >
17031703</ div >
1704+ < div class ="paragraph ">
1705+ < p > If prefixed with < code > :</ code > (< code > optional</ code > ), the configuration variable is treated
1706+ as if it does not exist, if the named path does not exist.</ p >
1707+ </ div >
17041708</ dd >
17051709</ dl >
17061710</ div >
@@ -8978,29 +8982,32 @@ <h3 id="_variables">Variables</h3>
89788982change as git gains new features.</ p >
89798983</ div >
89808984</ dd >
8981- < dt class ="hdlist1 "> stash.index</ dt >
8985+ </ dl >
8986+ </ div >
8987+ < div class ="dlist ">
8988+ < dl >
8989+ < dt class ="hdlist1 "> < code > stash.index</ code > </ dt >
89828990< dd >
8983- < p > If this is set to true, < code > git</ code > < code > stash</ code > < code > apply</ code > and < code > git</ code > < code > stash</ code > < code > pop</ code > will
8984- behave as if < code > --index</ code > was supplied. Defaults to false. See the
8985- descriptions in < a href ="git-stash.html "> git-stash(1)</ a > .</ p >
8991+ < p > If this is set to true, < code > git</ code > < code > stash</ code > < code > apply</ code > and < code > git</ code > < code > stash</ code > < code > pop</ code > will
8992+ behave as if < code > --index</ code > was supplied. Defaults to false.
8993+ See the descriptions in < a href ="git-stash.html "> git-stash(1)</ a > .</ p >
89868994</ dd >
8987- < dt class ="hdlist1 "> stash.showIncludeUntracked</ dt >
8995+ < dt class ="hdlist1 "> < code > stash.showIncludeUntracked</ code > </ dt >
89888996< dd >
89898997< p > If this is set to true, the < code > git</ code > < code > stash</ code > < code > show</ code > command will show
8990- the untracked files of a stash entry. Defaults to false. See
8991- the description of the < em > show</ em > command in < a href ="git-stash.html "> git-stash(1)</ a > .</ p >
8998+ the untracked files of a stash entry. Defaults to false. See the description of the 'show' command in < a href ="git-stash.html "> git-stash(1)</ a > .</ p >
89928999</ dd >
8993- < dt class ="hdlist1 "> stash.showPatch</ dt >
9000+ < dt class ="hdlist1 "> < code > stash.showPatch</ code > </ dt >
89949001< dd >
89959002< p > If this is set to true, the < code > git</ code > < code > stash</ code > < code > show</ code > command without an
89969003option will show the stash entry in patch form. Defaults to false.
8997- See the description of the < em > show</ em > command in < a href ="git-stash.html "> git-stash(1)</ a > .</ p >
9004+ See the description of the ' show' command in < a href ="git-stash.html "> git-stash(1)</ a > .</ p >
89989005</ dd >
8999- < dt class ="hdlist1 "> stash.showStat</ dt >
9006+ < dt class ="hdlist1 "> < code > stash.showStat</ code > </ dt >
90009007< dd >
90019008< p > If this is set to true, the < code > git</ code > < code > stash</ code > < code > show</ code > command without an
90029009option will show a diffstat of the stash entry. Defaults to true.
9003- See the description of the < em > show</ em > command in < a href ="git-stash.html "> git-stash(1)</ a > .</ p >
9010+ See the description of the ' show' command in < a href ="git-stash.html "> git-stash(1)</ a > .</ p >
90049011</ dd >
90059012< dt class ="hdlist1 "> status.relativePaths</ dt >
90069013< dd >
@@ -9236,26 +9243,27 @@ <h3 id="_variables">Variables</h3>
92369243or < code > info</ code > , and if there is an error with the computed alternate, the
92379244clone proceeds as if no alternate was specified.</ p >
92389245</ dd >
9239- < dt class ="hdlist1 "> tag.forceSignAnnotated</ dt >
9246+ < dt class ="hdlist1 "> < code > tag.forceSignAnnotated</ code > </ dt >
92409247< dd >
92419248< p > A boolean to specify whether annotated tags created should be GPG signed.
92429249If < code > --annotate</ code > is specified on the command line, it takes
92439250precedence over this option.</ p >
92449251</ dd >
9245- < dt class ="hdlist1 "> tag.sort</ dt >
9252+ < dt class ="hdlist1 "> < code > tag.sort</ code > </ dt >
92469253< dd >
92479254< p > This variable controls the sort ordering of tags when displayed by
9248- < a href ="git-tag.html "> git-tag(1)</ a > . Without the "--sort=<value>" option provided, the
9249- value of this variable will be used as the default.</ p >
9255+ < a href ="git-tag.html "> git-tag(1)</ a > .
9256+ Without the < code > --sort=</ code > < em > <value></ em > option provided, the value of this variable will
9257+ be used as the default.</ p >
92509258</ dd >
9251- < dt class ="hdlist1 "> tag.gpgSign</ dt >
9259+ < dt class ="hdlist1 "> < code > tag.gpgSign</ code > </ dt >
92529260< dd >
92539261< p > A boolean to specify whether all tags should be GPG signed.
92549262Use of this option when running in an automated script can
92559263result in a large number of tags being signed. It is therefore
9256- convenient to use an agent to avoid typing your gpg passphrase
9264+ convenient to use an agent to avoid typing your GPG passphrase
92579265several times. Note that this option doesn’t affect tag signing
9258- behavior enabled by "-u <keyid>" or " --local-user=<keyid>" options.</ p >
9266+ behavior enabled by < code > -u </ code > < em > <keyid></ em > or < code > --local-user=</ code > < em > <keyid></ em > options.</ p >
92599267</ dd >
92609268< dt class ="hdlist1 "> tar.umask</ dt >
92619269< dd >
@@ -9949,7 +9957,7 @@ <h3 id="_variables">Variables</h3>
99499957Currently only < a href ="git-instaweb.html "> git-instaweb(1)</ a > and < a href ="git-help.html "> git-help(1)</ a >
99509958may use it.</ p >
99519959</ dd >
9952- < dt class ="hdlist1 "> worktree.guessRemote</ dt >
9960+ < dt class ="hdlist1 "> < code > worktree.guessRemote</ code > </ dt >
99539961< dd >
99549962< p > If no branch is specified and neither < code > -b</ code > nor < code > -B</ code > nor
99559963< code > --detach</ code > is used, then < code > git</ code > < code > worktree</ code > < code > add</ code > defaults to
@@ -9958,16 +9966,16 @@ <h3 id="_variables">Variables</h3>
99589966branch whose name uniquely matches the new branch name. If
99599967such a branch exists, it is checked out and set as "upstream"
99609968for the new branch. If no such match can be found, it falls
9961- back to creating a new branch from the current HEAD.</ p >
9969+ back to creating a new branch from the current < code > HEAD</ code > .</ p >
99629970</ dd >
9963- < dt class ="hdlist1 "> worktree.useRelativePaths</ dt >
9971+ < dt class ="hdlist1 "> < code > worktree.useRelativePaths</ code > </ dt >
99649972< dd >
9965- < p > Link worktrees using relative paths (when "true") or absolute
9966- paths (when "false"). This is particularly useful for setups
9973+ < p > Link worktrees using relative paths (when "< code > true</ code > ") or absolute
9974+ paths (when "< code > false</ code > "). This is particularly useful for setups
99679975where the repository and worktrees may be moved between
9968- different locations or environments. Defaults to "false".</ p >
9976+ different locations or environments. Defaults to "< code > false</ code > ".</ p >
99699977< div class ="paragraph ">
9970- < p > Note that setting < code > worktree.useRelativePaths</ code > to "true" implies enabling the
9978+ < p > Note that setting < code > worktree.useRelativePaths</ code > to "< code > true</ code > " implies enabling the
99719979< code > extensions.relativeWorktrees</ code > config (see < a href ="git-config.html "> git-config(1)</ a > ),
99729980thus making it incompatible with older versions of Git.</ p >
99739981</ div >
0 commit comments