Re: [PATCH v2 3/9] submodule: make static functions read submodules from commits
From: Glen Choo <hidden>
Date: 2022-02-16 07:11:18
From: Glen Choo <hidden>
Date: 2022-02-16 07:11:18
Jonathan Tan [off-list ref] writes:
Glen Choo [off-list ref] writes:quoted
The changed function signatures follow repo_submodule_init()'s argument order, i.e. "path" then "treeish_name". Where needed, reorder the arguments of functions that already take "path" and "treeish_name" to be consistent with this convention.This paragraph made me nervous, but looking at the diff, you didn't actually reorder any arguments. Probably best to delete this paragraph.
Oh you're right. I was sure that this paragraph used to be relevant, but I guess not. Thanks for the catch.