* [Outreachy] Indication Of Interest To Intern At Git @ 2024-10-02 15:51 Naomi Ibe [not found] ` <CAF+8dM9k=z+KR6xd_1jhsM86e=BOwOKkxdJDbX2VUYeu8yMkdA@mail.gmail.com> 0 siblings, 1 reply; 5+ messages in thread From: Naomi Ibe @ 2024-10-02 15:51 UTC (permalink / raw) To: git Hi, my name is Naomi, and I would love to intern at Git under the Outreachy remote internship scheme, and work on project #2: Finish adding an os-version capability to Git protocol v2. I applied to intern here last year but I did not get in, but I will put in extra effort this year and I really hope I get in. I will get started on the micro project task today, and I am glad I got the opportunity to apply to Git again. ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <CAF+8dM9k=z+KR6xd_1jhsM86e=BOwOKkxdJDbX2VUYeu8yMkdA@mail.gmail.com>]
* Re: [Outreachy] Indication Of Interest To Intern At Git [not found] ` <CAF+8dM9k=z+KR6xd_1jhsM86e=BOwOKkxdJDbX2VUYeu8yMkdA@mail.gmail.com> @ 2024-10-08 18:04 ` Naomi Ibe 2024-10-09 7:57 ` Patrick Steinhardt 0 siblings, 1 reply; 5+ messages in thread From: Naomi Ibe @ 2024-10-08 18:04 UTC (permalink / raw) To: git; +Cc: Christian Couder I have trouble finding a microproject task, I know mentors are not going to assign us tasks but I can not seem to find a microproject. If there is a link to available microprojects, could someone please point me to it? And yes, I have read: [1]: https://git.github.io/Mentoring-Program-Guide/ [2]: https://git.github.io/General-Microproject-Information/ On Thu, Oct 3, 2024 at 6:57 AM Shinshu manne <shinshumanne@gmail.com> wrote: > > Congratulations > > > On Wed, 2 Oct 2024, 21:22 Naomi Ibe, <naomi.ibeh69@gmail.com> wrote: >> >> Hi, my name is Naomi, and I would love to intern at Git under the >> Outreachy remote internship scheme, and work on project #2: Finish >> adding an os-version capability to Git protocol v2. >> I applied to intern here last year but I did not get in, but I will >> put in extra effort this year and I really hope I get in. I will get >> started on the micro project task today, and I am glad I got the >> opportunity to apply to Git again. >> ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Outreachy] Indication Of Interest To Intern At Git 2024-10-08 18:04 ` Naomi Ibe @ 2024-10-09 7:57 ` Patrick Steinhardt 2024-10-10 0:33 ` Naomi Ibe 0 siblings, 1 reply; 5+ messages in thread From: Patrick Steinhardt @ 2024-10-09 7:57 UTC (permalink / raw) To: Naomi Ibe; +Cc: git, Christian Couder On Tue, Oct 08, 2024 at 11:04:05AM -0700, Naomi Ibe wrote: > I have trouble finding a microproject task, I know mentors are not > going to assign us tasks but I can not seem to find a microproject. If > there is a link to available microprojects, could someone please point > me to it? And yes, I have read: > [1]: https://git.github.io/Mentoring-Program-Guide/ > [2]: https://git.github.io/General-Microproject-Information/ Hum, true. I expected that [2] would contain a list of microproject ideas, but in fact it does not. You can find that list at [3]. Patrick [3]: https://git.github.io/SoC-2024-Microprojects/ ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Outreachy] Indication Of Interest To Intern At Git 2024-10-09 7:57 ` Patrick Steinhardt @ 2024-10-10 0:33 ` Naomi Ibe 2024-10-10 4:35 ` Patrick Steinhardt 0 siblings, 1 reply; 5+ messages in thread From: Naomi Ibe @ 2024-10-10 0:33 UTC (permalink / raw) To: Patrick Steinhardt; +Cc: git, Christian Couder Thank you very much. I have decided to work on "Modernize a test script" and I would like to work on modernizing some section of any of the 3 files below if this is accepted as a valid microproject. 1) https://github.com/git/git/blob/master/t/lib-read-tree.sh 2) https://github.com/git/git/blob/master/t/t9112-git-svn-md5less-file.sh 3) https://github.com/git/git/blob/master/t/t9113-git-svn-dcommit-new-file.sh On Wed, Oct 9, 2024 at 12:57 AM Patrick Steinhardt <ps@pks.im> wrote: > > On Tue, Oct 08, 2024 at 11:04:05AM -0700, Naomi Ibe wrote: > > I have trouble finding a microproject task, I know mentors are not > > going to assign us tasks but I can not seem to find a microproject. If > > there is a link to available microprojects, could someone please point > > me to it? And yes, I have read: > > [1]: https://git.github.io/Mentoring-Program-Guide/ > > [2]: https://git.github.io/General-Microproject-Information/ > > Hum, true. I expected that [2] would contain a list of microproject > ideas, but in fact it does not. You can find that list at [3]. > > Patrick > > [3]: https://git.github.io/SoC-2024-Microprojects/ ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Outreachy] Indication Of Interest To Intern At Git 2024-10-10 0:33 ` Naomi Ibe @ 2024-10-10 4:35 ` Patrick Steinhardt 0 siblings, 0 replies; 5+ messages in thread From: Patrick Steinhardt @ 2024-10-10 4:35 UTC (permalink / raw) To: Naomi Ibe; +Cc: git, Christian Couder On Wed, Oct 09, 2024 at 05:33:13PM -0700, Naomi Ibe wrote: > Thank you very much. I have decided to work on "Modernize a test > script" and I would like to work on modernizing some section of any of > the 3 files below if this is accepted as a valid microproject. One note up front: we do not top-post on this mailing list. Replies to emails are supposed to go below the quoted text, or should be mixed below specific quotes you want to reply to. Also, you don't need approval to pick on a microproject. It is totally fine to just pick something you think can be converted, double check whether some other applicant is working on it already by searching through recent mails on the mailing list, and then start working on it. > 1) https://github.com/git/git/blob/master/t/lib-read-tree.sh > 2) https://github.com/git/git/blob/master/t/t9112-git-svn-md5less-file.sh > 3) https://github.com/git/git/blob/master/t/t9113-git-svn-dcommit-new-file.sh I couldn't really see anything that would need to be done for (1) and (3), both of them look mostly fine to me. But (2) certainly looks like a good candidate to me for modernization. Thanks! Patrick ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-10 4:35 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-02 15:51 [Outreachy] Indication Of Interest To Intern At Git Naomi Ibe [not found] ` <CAF+8dM9k=z+KR6xd_1jhsM86e=BOwOKkxdJDbX2VUYeu8yMkdA@mail.gmail.com> 2024-10-08 18:04 ` Naomi Ibe 2024-10-09 7:57 ` Patrick Steinhardt 2024-10-10 0:33 ` Naomi Ibe 2024-10-10 4:35 ` Patrick Steinhardt
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).