]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-restore.txt
Declare both git-switch and git-restore experimental
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 25 Apr 2019 09:46:00 +0000 (16:46 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2019 04:04:48 +0000 (13:04 +0900)
commit4e43b7ff1ea4b6f16b93a432b6718e9ab38749bd
tree5c0ca692792e1b09ffa1be522f3d15996be4613b
parent12358755949084392b1112cfb5cb4feb9935331f
Declare both git-switch and git-restore experimental

These two commands are basically redesigned git-checkout. We will not
have that many opportunities to redo (because we run out of verbs, and
that would also increase maintenance cost).

To play it safe, let's declare the two commands experimental in one or
two releases. If there is a serious flaw in the UI, we could still fix
it. If everything goes well and nobody complains loudly, we can remove
the experimental status by reverting this patch.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-restore.txt
Documentation/git-switch.txt