diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-16 15:59:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-16 15:59:48 -0700 |
commit | 18b22dbed8e106cfc7899d1c606c1f7c12de6404 (patch) | |
tree | ce00f7b48d8800908a4bc259b04080988b933b53 /Documentation | |
parent | 4d5a3c588480953bd94dcc68ff198ad78e562c46 (diff) | |
download | git-18b22dbed8e106cfc7899d1c606c1f7c12de6404.tar.gz |
worktree: caution that this is still experimental
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-worktree.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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: |