Re: Git in Outreachy?
From: ZheNing Hu <hidden>
Date: 2021-09-21 05:39:56
Christian Couder [off-list ref] 于2021年9月20日周一 下午10:52写道:
On Mon, Sep 20, 2021 at 9:45 AM ZheNing Hu [off-list ref] wrote:quoted
Taylor Blau [off-list ref] 于2021年9月19日周日 上午12:10写道:quoted
[+everybody from upthread to cc] On Thu, Sep 02, 2021 at 10:40:45PM -0400, Taylor Blau wrote:quoted
Are we interested in participating in the December 2021 round of Outreachy? September 3rd (tomorrow at 4pm UTC) is the initial community application deadline.The project deadline of September 23rd is fast approaching, and we do not have any proposed projects or signed-up mentors. If you are interested in mentoring, the time to sign-up and propose a project is definitely ASAP :-). You can do so by clicking "Submit a project proposal" at: https://www.outreachy.org/communities/cfp/git/I haven't thought of any good projects for the time being, Christian, any ideas?I already suggested the following project upthread:quoted
quoted
About project ideas, maybe continuing Hariom Verma's GSoC 2020 "Unify ref-filter formats with other \-\-pretty formats" project could be and idea, though maybe it could interact too much with ZheNing Hu continuing his GSoC 2021 "Use ref-filter formats in `git cat-file`" project.and you replied:quoted
If the project idea is related to Hariom or my GSoC project, I think I can provide a lot of help. :) I can help them as a mentor.so I am ok to co-mentor this project with you. If you are still ok, I will submit it.
Yeah, I am ok. grateful.
I will also prepare soon a page with a few micro-projects. Of course more micro-project and regular project ideas are very welcome!
I am still looking at the code in ref-filter.c these two days, I deeply doubt whether we can add a --no-sort option to git for-each-ref, Inspired by Peff's experimental patches [1], I think the --no-sort option may improve the performance of ref-filter by avoiding the execution of ref_array_sort(). I don't know if this can be regarded as a micro-project. This may require the help of this patch of mine: [2] which use list api for ref_sorting. This may can help eliminate unnecessary sorting. [1] https://lore.kernel.org/git/YTTC2IUO1ZmTOEoR@coredump.intra.peff.net/ (local) [2] https://lore.kernel.org/git/pull.1025.git.1629882532.gitgitgadget@gmail.com/ (local) Thanks. -- ZheNing Hu