commit | df0b6cfbda88144714541664fb501146d6465a82 | [log] [tgz] |
---|---|---|
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | Mon Jun 29 19:51:18 2015 +0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jun 29 08:48:44 2015 -0700 |
tree | 9acade77a77e010352979754ed9427b0b3ca9f1a | |
parent | e1c1ab9d25864e8de0009f3f3149ec4386a14bf8 [diff] |
worktree: new place for "git prune --worktrees" Commit 23af91d (prune: strategies for linked checkouts - 2014-11-30) adds "--worktrees" to "git prune" without realizing that "git prune" is for object database only. This patch moves the same functionality to a new command "git worktree". Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>