Re: [PATCH v2 04/23] Documentation/git-worktree: add BUGS section

2015-07-05 Thread Eric Sunshine
On Fri, Jul 3, 2015 at 10:41 PM, Duy Nguyen  wrote:
> On Sat, Jul 4, 2015 at 7:17 AM, Eric Sunshine  wrote:
>> +git-worktree could provide more automation for tasks currently
>> +performed manually or via other commands, such as:
>> +
>> +- `add` to create a new linked worktree
>> +- `remove` to remove a linked worktree and its administrative files (and
>> +  warn if the worktree is dirty)
>> +- `mv` to move or rename a worktree and update its administrative files
>> +- `lock` to prevent automatic pruning of administrative files (for instance,
>> +  for a worktree on a portable device)
>
> No need to re-roll if this is the only change in the series, but we
> also need "list/ls" here.

Oops, yes. That was the very first item I had in mind (mentioned by
you in the commentary of your "git worktree prune" patch), yet I
somehow omitted it.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 04/23] Documentation/git-worktree: add BUGS section

2015-07-03 Thread Duy Nguyen
On Sat, Jul 4, 2015 at 7:17 AM, Eric Sunshine  wrote:
> +git-worktree could provide more automation for tasks currently
> +performed manually or via other commands, such as:
> +
> +- `add` to create a new linked worktree
> +- `remove` to remove a linked worktree and its administrative files (and
> +  warn if the worktree is dirty)
> +- `mv` to move or rename a worktree and update its administrative files
> +- `lock` to prevent automatic pruning of administrative files (for instance,
> +  for a worktree on a portable device)

No need to re-roll if this is the only change in the series, but we
also need "list/ls" here.
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html