From: Junio C Hamano Date: Thu, 16 Jul 2015 22:59:48 +0000 (-0700) Subject: worktree: caution that this is still experimental X-Git-Tag: v2.5.0-rc3~4^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18b22dbed8e106cfc7899d1c606c1f7c12de6404;p=thirdparty%2Fgit.git worktree: caution that this is still experimental Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index 44619f2c0e..3387e2f037 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -157,8 +157,9 @@ $ git worktree prune BUGS ---- -Multiple checkout support for submodules is incomplete. It is NOT -recommended to make multiple checkouts of a superproject. +Multiple checkout in general is still experimental, and the support +for submodules is incomplete. It is NOT recommended to make multiple +checkouts of a superproject. git-worktree could provide more automation for tasks currently performed manually, such as: