On Fri, Apr 17, 2020 at 1:26 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > This is not a new issue, but it makes me wonder if we can initialize > this list just once by running "git help" and picking up pieces from > it. That way, we won't have to maintain this hardcoded list at all, > no? Yes, that would be nice, but what if the user has an older version of git without --list-cmds? No solution has been proposed for those cases in the bash script. Most users of the zsh script are decoupled from the corresponding git version, and since you refused to graduate the scripts out of contrib, that gives distro maintainers the excuse not to automatically package the zsh script. So no, given the current situation, I would rather keep updating them manually. -- Felipe Contreras