* [Outreachy] Applicant Introduction
@ 2024-10-06 12:12 Chizoba ODINAKA
2024-10-07 5:21 ` Patrick Steinhardt
0 siblings, 1 reply; 4+ messages in thread
From: Chizoba ODINAKA @ 2024-10-06 12:12 UTC (permalink / raw)
To: git
Hello, Chizoba here. I am interested in contributing to Git - Convert
unit tests to use the clar testing framework.
PS: I also have read:
[1]: https://git.github.io/Mentoring-Program-Guide/
[2]: https://git.github.io/General-Microproject-Information/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Outreachy] Applicant Introduction
2024-10-06 12:12 [Outreachy] Applicant Introduction Chizoba ODINAKA
@ 2024-10-07 5:21 ` Patrick Steinhardt
2024-10-07 19:11 ` Chizoba ODINAKA
0 siblings, 1 reply; 4+ messages in thread
From: Patrick Steinhardt @ 2024-10-07 5:21 UTC (permalink / raw)
To: Chizoba ODINAKA; +Cc: git
Hi,
On Sun, Oct 06, 2024 at 01:12:19PM +0100, Chizoba ODINAKA wrote:
> Hello, Chizoba here. I am interested in contributing to Git - Convert
> unit tests to use the clar testing framework.
> PS: I also have read:
> [1]: https://git.github.io/Mentoring-Program-Guide/
> [2]: https://git.github.io/General-Microproject-Information/
welcome to our community, thanks for your interest in contributing to
Git! Let us know in case you hit any issues while working on your
microproject of choice.
Patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Outreachy] Applicant Introduction
2024-10-07 5:21 ` Patrick Steinhardt
@ 2024-10-07 19:11 ` Chizoba ODINAKA
2024-10-08 9:04 ` Phillip Wood
0 siblings, 1 reply; 4+ messages in thread
From: Chizoba ODINAKA @ 2024-10-07 19:11 UTC (permalink / raw)
To: Patrick Steinhardt; +Cc: git
Thanks Patrick, I do like to register my interest to work on:
Avoid pipes in git related commands in test scripts, based of,
https://github.com/git/git/commit/c6f44e1da5e88e34
Test script to implement changes - t6050-replace.sh
Code sample -
`test_expect_success 'replace the author' '
git cat-file commit $HASH2 | grep "author A U Thor" &&
R=$(git cat-file commit $HASH2 | sed -e "s/A U/O/" | git
hash-object -t commit --stdin -w) &&
git cat-file commit $R | grep "author O Thor" &&
git update-ref refs/replace/$HASH2 $R &&
git show HEAD~5 | grep "O Thor" &&
git show $HASH2 | grep "O Thor"
'
`
I do like to hear your thought on this. Thanks again
On Mon, 7 Oct 2024 at 06:21, Patrick Steinhardt <ps@pks.im> wrote:
>
> Hi,
>
> On Sun, Oct 06, 2024 at 01:12:19PM +0100, Chizoba ODINAKA wrote:
> > Hello, Chizoba here. I am interested in contributing to Git - Convert
> > unit tests to use the clar testing framework.
> > PS: I also have read:
> > [1]: https://git.github.io/Mentoring-Program-Guide/
> > [2]: https://git.github.io/General-Microproject-Information/
>
> welcome to our community, thanks for your interest in contributing to
> Git! Let us know in case you hit any issues while working on your
> microproject of choice.
>
> Patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Outreachy] Applicant Introduction
2024-10-07 19:11 ` Chizoba ODINAKA
@ 2024-10-08 9:04 ` Phillip Wood
0 siblings, 0 replies; 4+ messages in thread
From: Phillip Wood @ 2024-10-08 9:04 UTC (permalink / raw)
To: Chizoba ODINAKA, Patrick Steinhardt; +Cc: git
Hi Chizoba
On 07/10/2024 20:11, Chizoba ODINAKA wrote:
> Thanks Patrick, I do like to register my interest to work on:
> Avoid pipes in git related commands in test scripts, based of,
> https://github.com/git/git/commit/c6f44e1da5e88e34
> Test script to implement changes - t6050-replace.sh
> Code sample -
> `test_expect_success 'replace the author' '
> git cat-file commit $HASH2 | grep "author A U Thor" &&
> R=$(git cat-file commit $HASH2 | sed -e "s/A U/O/" | git
> hash-object -t commit --stdin -w) &&
> git cat-file commit $R | grep "author O Thor" &&
> git update-ref refs/replace/$HASH2 $R &&
> git show HEAD~5 | grep "O Thor" &&
> git show $HASH2 | grep "O Thor"
> '
> `
> I do like to hear your thought on this. Thanks again
That looks like a good microproject. Please feel free to ask if you have
any questions while you're preparing the patch.
Best Wishes
Phillip
>
> On Mon, 7 Oct 2024 at 06:21, Patrick Steinhardt <ps@pks.im> wrote:
>>
>> Hi,
>>
>> On Sun, Oct 06, 2024 at 01:12:19PM +0100, Chizoba ODINAKA wrote:
>>> Hello, Chizoba here. I am interested in contributing to Git - Convert
>>> unit tests to use the clar testing framework.
>>> PS: I also have read:
>>> [1]: https://git.github.io/Mentoring-Program-Guide/
>>> [2]: https://git.github.io/General-Microproject-Information/
>>
>> welcome to our community, thanks for your interest in contributing to
>> Git! Let us know in case you hit any issues while working on your
>> microproject of choice.
>>
>> Patrick
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-10-08 9:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-06 12:12 [Outreachy] Applicant Introduction Chizoba ODINAKA
2024-10-07 5:21 ` Patrick Steinhardt
2024-10-07 19:11 ` Chizoba ODINAKA
2024-10-08 9:04 ` Phillip Wood
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).