Git fork

Merge branch 'jt/switch-restore-no-longer-experimental'

"git switch" and "git restore" are declared to be no longer
experimental.

* jt/switch-restore-no-longer-experimental:
builtin: unmark git-switch and git-restore as experimental

-4
-2
Documentation/git-restore.adoc
··· 28 28 See "Reset, restore and revert" in linkgit:git[1] for the differences 29 29 between the three commands. 30 30 31 - THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. 32 - 33 31 OPTIONS 34 32 ------- 35 33 `-s <tree>`::
-2
Documentation/git-switch.adoc
··· 29 29 however if the operation leads to loss of local changes, unless told 30 30 otherwise with `--discard-changes` or `--merge`. 31 31 32 - THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. 33 - 34 32 OPTIONS 35 33 ------- 36 34 _<branch>_::