From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 9E76A1F4B4 for ; Wed, 6 Jan 2021 09:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727002AbhAFJ6x (ORCPT ); Wed, 6 Jan 2021 04:58:53 -0500 Received: from mail-ej1-f52.google.com ([209.85.218.52]:46792 "EHLO mail-ej1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726820AbhAFJ6w (ORCPT ); Wed, 6 Jan 2021 04:58:52 -0500 Received: by mail-ej1-f52.google.com with SMTP id t16so4148937ejf.13 for ; Wed, 06 Jan 2021 01:58:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ek51VsHdgX7If/RqZLZSM6vameev2G/RHLe6Pp06NzE=; b=M8fsBP1jv5HWg9Q3ZpCfvm3RIbnmnn8Djl6NIi9ufP5UzCVqexFYPhUEvMwwS3ev8P qdN8HUAncpvOyUkKRcg9zNPGsnwnReBWNhCOpQ/tRFagVW++SWRJdwQLxqCxjIQ5LlF/ YKoq/uQkqA/rznGwSUwiMKjC4uSqX8cPN5wGXi/0hMi5zTZra/jcLkGQO3z5zohI4pSR RjdrJaBlOb57CTE9lvwmilqTfs3H77GjkkDZsbM7QP6EnG8qIlnbx67rtpQm4eku9ABC CaHT2P/qBJRsGq/RBK9u4ap6xCxXw7RT+Wp7cXXbTlJRcT4shiiAmYfMrxkZs+Jlsrik NOoQ== X-Gm-Message-State: AOAM532GU+dnylpYY3AmpEeG3LTBi0XzsAoGi9MWXVmfC1J4e+IgIf2A zjcpY2Yny1bzMn3/Jk+0iClQmebZ9B+n0k7afxo= X-Google-Smtp-Source: ABdhPJzQOYb5m8hwiS+DdfkqJTyizX2wNjHGtL4EVPWU9pZq30W1k85faW/oSMV7vrr4DQgMpgDT/wnTOdQeK5g3JO4= X-Received: by 2002:a17:906:4348:: with SMTP id z8mr2310021ejm.371.1609927090309; Wed, 06 Jan 2021 01:58:10 -0800 (PST) MIME-Version: 1.0 References: <20210104162128.95281-1-rafaeloliveira.cs@gmail.com> <20210104162128.95281-8-rafaeloliveira.cs@gmail.com> In-Reply-To: <20210104162128.95281-8-rafaeloliveira.cs@gmail.com> From: Eric Sunshine Date: Wed, 6 Jan 2021 04:57:59 -0500 Message-ID: Subject: Re: [PATCH 7/7] worktree: document `list` verbose and prunable annotations To: Rafael Silva Cc: Git List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Jan 4, 2021 at 11:22 AM Rafael Silva wrote: > Update the documentation with "git worktree list" verbose mode, prunable > and locked annotations for the default and porcelain format as part of > teaching the command to show prunable working trees and verbose mode. > > Signed-off-by: Rafael Silva > --- > diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt > @@ -226,9 +227,12 @@ This can also be set up as the default behaviour by using the > -v:: > --verbose:: > With `prune`, report all removals. > + With `list`, output additional information for working trees. This leaves the reader wondering what additional information is output for `list`. Perhaps a small tweak will help: With `list`, output additional information about worktrees (see below). > --expire