public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
From: "Kristoffer Haugsbakk" <kristofferhaugsbakk@fastmail.com>
To: "Junio C Hamano" <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH v2 1/2] merge/pull: --compact-summary
Date: Fri, 13 Jun 2025 14:07:10 +0200	[thread overview]
Message-ID: <857ea4d4-2252-4d46-9f93-e78e9450bb8c@app.fastmail.com> (raw)
In-Reply-To: <20250612222537.2426059-2-gitster@pobox.com>

On Fri, Jun 13, 2025, at 00:25, Junio C Hamano wrote:
>  static struct option builtin_merge_options[] = {
>  	OPT_SET_INT('n', NULL, &show_diffstat,
>  		N_("do not show a diffstat at the end of the merge"), 0),
>  	OPT_BOOL(0, "stat", &show_diffstat,
>  		N_("show a diffstat at the end of the merge")),
>  	OPT_BOOL(0, "summary", &show_diffstat, N_("(synonym to --stat)")),
> +	OPT_CALLBACK_F(0, "compact-summary", &show_diffstat, N_("compact-summary"),
> +		       N_("show a compactstat at the end of the merge"),
> +		       PARSE_OPT_NOARG,
> +		       option_parse_compact_summary),

`compactstat` is very dense.  s/compactstat/compact stat/ ?

  reply	other threads:[~2025-06-13 12:07 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-12 22:25 [PATCH v2 0/2] git pull/merge --compact-summary Junio C Hamano
2025-06-12 22:25 ` [PATCH v2 1/2] merge/pull: --compact-summary Junio C Hamano
2025-06-13 12:07   ` Kristoffer Haugsbakk [this message]
2025-06-13 16:26     ` Junio C Hamano
2025-06-12 22:25 ` [PATCH v2 2/2] merge/pull: extend merge.stat configuration variable to cover --compact-summary Junio C Hamano
2025-06-13 12:09   ` Kristoffer Haugsbakk
2025-06-13 16:38     ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=857ea4d4-2252-4d46-9f93-e78e9450bb8c@app.fastmail.com \
    --to=kristofferhaugsbakk@fastmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox