From: Dragan Simic <dsimic@manjaro.org>
To: git@vger.kernel.org
Subject: Re: [PATCH 0/3] Make support for multi-value configuration options more consistent
Date: Tue, 16 Apr 2024 07:40:17 +0200 [thread overview]
Message-ID: <cd4a48d415af215fde2d7e593d28c055@manjaro.org> (raw)
In-Reply-To: <cover.1712016667.git.dsimic@manjaro.org>
Hello all,
On 2024-04-02 02:13, Dragan Simic wrote:
> This series adds support for optional placing of additional whitespace
> characters around the commas in the multi-value, comma-separated values
> for the "diff.dirstat" and "diff.wsErrorHighlight" configuration
> options,
> and the "--dirstat" and "--ws-error-highlight" command-line options.
>
> This makes the way multi-(sub)value configuration options can be
> specified
> more consistent, because exactly the same additional whitespace
> characters
> are already allowed for some of the configuration options. It may also
> make the configuration files more readable to some users.
Just a brief reminder about this patch series.
> Dragan Simic (3):
> diff: support additional whitespace in
> diff.{dirstat,wsErrorHighlight}
> t4015: whitespace in diff.wsErrorHighlight and --ws-error-highlight
> t4047: whitespace in diff.dirstat and --dirstat
>
> builtin/gc.c | 4 ++--
> diff.c | 14 ++++++++++----
> notes.c | 2 +-
> refs/packed-backend.c | 2 +-
> string-list.c | 27 +++++++++++++++++++++------
> string-list.h | 10 ++++++----
> t/helper/test-hashmap.c | 2 +-
> t/helper/test-json-writer.c | 2 +-
> t/helper/test-oidmap.c | 2 +-
> t/helper/test-string-list.c | 4 ++--
> t/t4015-diff-whitespace.sh | 36 ++++++++++++++++++++++++++++++++++--
> t/t4047-diff-dirstat.sh | 33 ++++++++++++++++++++++++++++++---
> 12 files changed, 110 insertions(+), 28 deletions(-)
prev parent reply other threads:[~2024-04-16 5:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-02 0:13 [PATCH 0/3] Make support for multi-value configuration options more consistent Dragan Simic
2024-04-02 0:13 ` [PATCH 1/3] diff: support additional whitespace in diff.{dirstat,wsErrorHighlight} Dragan Simic
2024-04-02 0:13 ` [PATCH 2/3] t4015: whitespace in diff.wsErrorHighlight and --ws-error-highlight Dragan Simic
2024-04-02 0:13 ` [PATCH 3/3] t4047: whitespace in diff.dirstat and --dirstat Dragan Simic
2024-04-02 0:31 ` [PATCH 0/3] Make support for multi-value configuration options more consistent Dragan Simic
2024-04-16 5:40 ` Dragan Simic [this message]
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=cd4a48d415af215fde2d7e593d28c055@manjaro.org \
--to=dsimic@manjaro.org \
--cc=git@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.