Atharva Raykar <raykar.ath@xxxxxxxxx> writes: > These two functions were prefixed with 'do' before the shell-to-C > conversion because they were utility functions meant to be called by > their non-prefixed counterpart. > > Since those callers don't exist anymore, and these functions can now be > used directly, let's rename them to signal this fact. > > Mentored-by: Christian Couder <christian.couder@xxxxxxxxx> > Mentored-by: Shourya Shukla <periperidip@xxxxxxxxx> > Signed-off-by: Atharva Raykar <raykar.ath@xxxxxxxxx> > --- > builtin/submodule--helper.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) Nice.