Skip to content

Commit f609dc4

Browse files
jltoblergitster
authored andcommitted
builtin: unmark git-switch and git-restore as experimental
In 4e43b7f (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3f2a948 commit f609dc4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Documentation/git-restore.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ otherwise from the index. Use `--source` to restore from a different commit.
2828
See "Reset, restore and revert" in linkgit:git[1] for the differences
2929
between the three commands.
3030

31-
THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
32-
3331
OPTIONS
3432
-------
3533
`-s <tree>`::

Documentation/git-switch.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Switching branches does not require a clean index and working tree
2929
however if the operation leads to loss of local changes, unless told
3030
otherwise with `--discard-changes` or `--merge`.
3131

32-
THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
33-
3432
OPTIONS
3533
-------
3634
_<branch>_::

0 commit comments

Comments
 (0)