Skip to content

Commit 3c2cf5a

Browse files
committed
Merge branch 'jt/switch-restore-no-longer-experimental' into next
Declare that "git switch" and "git restore" are no longer experimental. * jt/switch-restore-no-longer-experimental: builtin: unmark git-switch and git-restore as experimental
2 parents f5dc13f + f609dc4 commit 3c2cf5a

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)