Git fork

builtin: unmark git-switch and git-restore as experimental

In 4e43b7ff (Declare both git-switch and git-restore experimental,
2019-04-25), the newly introduced git-switch(1) and git-restore(1)
commands were marked as experimental. This was done to provide time to
make breaking changes to the interface. It has now been over six years
since these commands were implemented and there hasn't been much change.
Consequently, users have grown to rely on how these commands work and it
is no longer feasible to make any breaking changes.

Let's remove the experimental label for git-switch(1) and
git-restore(1).

Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Justin Tobler and committed by
Junio C Hamano
f609dc4f 3f2a9487

-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>_::