Re: [GSOC RFC PATCH] builtin/repo: add path.in-worktree field
From: Kaartic Sivaraam <hidden>
Date: 2026-03-02 18:08:17
Hi Junio, On 27/02/26 04:03, Junio C Hamano wrote:
Lucas Seiki Oshiro [off-list ref] writes: Is https://git.github.io/SoC-2026-Microprojects/ the latest? The above URL points at one a few years old. Anyway, this list however might want a bit of updating. * I personally feel that "run_command*() to internal call" is way too involved for a microproject. All the low-hanging frutis have already been picked in this area, I think. That is why this does not appear in the list of microproject ideas in more recent years. * People seem to be finding more instances of "test -X" to replace with test_path_is_* helpers, so that would be fine to keep for now. * Ditto for "do not place git upstream of a pipe". * "Do not use signed int for collection of flag bits" may have outlived its usefulness, as it seems we are pushing more and more uses of enum for collection of flag bits.
Thank you for your suggestions. We've tried to tweak the micro-project page to remove the stale ones. https://git.github.io/SoC-2026-Microprojects/ Feel free to let us know if you have any further suggestions. -- Sivaraam