Skip to content

Commit deeaf5e

Browse files
dschogitster
authored andcommitted
stash: remove documentation for stash.useBuiltin
In 8a2cd3f (stash: remove the stash.useBuiltin setting, 2020-03-03), we removed the setting, and for a couple of major versions, we still documented the setting, telling users that it is gone. We can now safely remove even the documentation. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5d4dc38 commit deeaf5e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Documentation/config/stash.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
stash.useBuiltin::
2-
Unused configuration variable. Used in Git versions 2.22 to
3-
2.26 as an escape hatch to enable the legacy shellscript
4-
implementation of stash. Now the built-in rewrite of it in C
5-
is always used. Setting this will emit a warning, to alert any
6-
remaining users that setting this now does nothing.
7-
81
stash.showIncludeUntracked::
92
If this is set to true, the `git stash show` command will show
103
the untracked files of a stash entry. Defaults to false. See

0 commit comments

Comments
 (0)