From: Atharva Raykar <raykar.ath@gmail.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: Christian Couder <christian.couder@gmail.com>,
git <git@vger.kernel.org>, Shourya Shukla <periperidip@gmail.com>,
Philippe Blain <levraiphilippeblain@gmail.com>,
Kaartic Sivaraam <kaartic.sivaraam@gmail.com>,
Felipe Contreras <felipe.contreras@gmail.com>
Subject: Re: [GSoC] My Git Dev Blog – Week 11
Date: Tue, 17 Aug 2021 10:31:34 +0530 [thread overview]
Message-ID: <m2h7foaclt.fsf@gmail.com> (raw)
In-Reply-To: <nycvar.QRO.7.76.6.2108161500200.55@tvgsbejvaqbjf.bet>
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> Hi,
>
> On Mon, 2 Aug 2021, Atharva Raykar wrote:
>
>> [...]
>
> You can use the `linux-gcc` job for that, imitating how b2627cc3d4b (ci:
> include the built-in `git add -i` in the `linux-gcc` job, 2020-01-14) did
> it for the built-in `git add --interactive`:
>
> ci: include the built-in `git add -i` in the `linux-gcc` job
>
> This job runs the test suite twice, once in regular mode, and once
> with a whole slew of `GIT_TEST_*` variables set.
>
> Now that the built-in version of `git add --interactive` is
> feature-complete, let's also throw `GIT_TEST_ADD_I_USE_BUILTIN` into
> that fray.
>
> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
> Signed-off-by: Junio C Hamano <gitster@pobox.com>
>
> diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh
> index ff0ef7f08e7..4df54c4efea 100755
> --- a/ci/run-build-and-tests.sh
> +++ b/ci/run-build-and-tests.sh
> @@ -20,6 +20,7 @@ linux-gcc)
> export GIT_TEST_OE_DELTA_SIZE=5
> export GIT_TEST_COMMIT_GRAPH=1
> export GIT_TEST_MULTI_PACK_INDEX=1
> + export GIT_TEST_ADD_I_USE_BUILTIN=1
> make test
> ;;
> linux-gcc-4.8)
Thanks, this is helpful!
next prev parent reply other threads:[~2021-08-17 5:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-01 13:45 [GSoC] My Git Dev Blog – Week 11 Atharva Raykar
2021-08-01 14:00 ` Atharva Raykar
2021-08-02 6:52 ` Christian Couder
2021-08-02 12:44 ` Atharva Raykar
2021-08-16 13:02 ` Johannes Schindelin
2021-08-17 5:01 ` Atharva Raykar [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-08 13:43 Atharva Raykar
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=m2h7foaclt.fsf@gmail.com \
--to=raykar.ath@gmail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=christian.couder@gmail.com \
--cc=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
--cc=kaartic.sivaraam@gmail.com \
--cc=levraiphilippeblain@gmail.com \
--cc=periperidip@gmail.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;
as well as URLs for NNTP newsgroup(s).