git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Taylor Blau <me@ttaylorr.com>
To: Andrew Kreimer <algonell@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH v2] t1016: clean up style
Date: Tue, 22 Oct 2024 12:36:46 -0400	[thread overview]
Message-ID: <ZxfUngQKdGZq2dWf@nand.local> (raw)
In-Reply-To: <20241022110730.7655-1-algonell@gmail.com>

On Tue, Oct 22, 2024 at 02:07:30PM +0300, Andrew Kreimer wrote:
> Use `test_config`.
>
> Remove whitespace after redirect operator.
>
> Reported-by: Taylor Blau <me@ttaylorr.com>
> Signed-off-by: Andrew Kreimer <algonell@gmail.com>
> ---
> v1:
>   - https://lore.kernel.org/all/20241020121729.27032-1-algonell@gmail.com/
>
> v2:
>   - Base on "ak/typofix":
>     - https://lore.kernel.org/all/20241017112835.10100-1-algonell@gmail.com/
>   - Tested:
>     - ubuntu-latest, GitHub Actions.

Thanks. In the future, it's preferred to send subsequent rounds in a
reply to the initial round so that the discussion all happens in the
same thread.

Regardless, thank you for this patch, I've queued it. It looks good to
me, but perhaps others could chime in before we start merging this one
down.

>  t/t1016-compatObjectFormat.sh | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/t/t1016-compatObjectFormat.sh b/t/t1016-compatObjectFormat.sh
> index 92024fe51d..8341a2fe83 100755
> --- a/t/t1016-compatObjectFormat.sh
> +++ b/t/t1016-compatObjectFormat.sh
> @@ -116,8 +116,8 @@ do
>  		git config core.repositoryformatversion 1 &&
>  		git config extensions.objectformat $hash &&
>  		git config extensions.compatobjectformat $(compat_hash $hash) &&
> -		git config gpg.program $TEST_DIRECTORY/t1016/gpg &&
> -		echo "Hello World!" > hello &&
> +		test_config gpg.program $TEST_DIRECTORY/t1016/gpg &&
> +		echo "Hello World!" >hello &&
>  		eval hello_${hash}_oid=$(git hash-object hello) &&
>  		git update-index --add hello &&
>  		git commit -m "Initial commit" &&
> --
> 2.39.5
>
Thanks,
Taylor

  reply	other threads:[~2024-10-22 16:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-22 11:07 [PATCH v2] t1016: clean up style Andrew Kreimer
2024-10-22 16:36 ` Taylor Blau [this message]
2024-10-23 10:26   ` Andrew Kreimer
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02 16:53 [PATCH] " Andrew Kreimer
2024-11-03 13:50 ` [PATCH v2] " Andrew Kreimer
2024-11-03 18:59   ` Kristoffer Haugsbakk
2024-11-03 23:42     ` Junio C Hamano
2024-11-04  9:06       ` Kristoffer Haugsbakk

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=ZxfUngQKdGZq2dWf@nand.local \
    --to=me@ttaylorr.com \
    --cc=algonell@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).