diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-04 08:10:31 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-04 08:10:31 -0700 |
| commit | 0dc39a6e833dc526d0e5b1c09a01efde98bb70ee (patch) | |
| tree | 5f24886739cc1e95a2a9ad60c0f6dc7e5604a9fe | |
| parent | fab596878c5bdac7ea0a95c4d2acd758442c9eaf (diff) | |
| parent | f609dc4f7a7cc8b57435696cac1cd0b056f9e8b9 (diff) | |
| download | git-0dc39a6e833dc526d0e5b1c09a01efde98bb70ee.tar.gz | |
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
| -rw-r--r-- | Documentation/git-restore.adoc | 2 | ||||
| -rw-r--r-- | Documentation/git-switch.adoc | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/git-restore.adoc b/Documentation/git-restore.adoc index 877b7772e6..3763a7f4f4 100644 --- a/Documentation/git-restore.adoc +++ b/Documentation/git-restore.adoc @@ -28,8 +28,6 @@ otherwise from the index. Use `--source` to restore from a different commit. See "Reset, restore and revert" in linkgit:git[1] for the differences between the three commands. -THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. - OPTIONS ------- `-s <tree>`:: diff --git a/Documentation/git-switch.adoc b/Documentation/git-switch.adoc index 9f62abf9e2..87707e9265 100644 --- a/Documentation/git-switch.adoc +++ b/Documentation/git-switch.adoc @@ -29,8 +29,6 @@ Switching branches does not require a clean index and working tree however if the operation leads to loss of local changes, unless told otherwise with `--discard-changes` or `--merge`. -THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. - OPTIONS ------- _<branch>_:: |
