"John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: John Cai <johncai86@xxxxxxxxx> > > With the repository variable available in the builtin function as an > argument, pass this down into helper functions instead of using the > global the_repository. > > Signed-off-by: John Cai <johncai86@xxxxxxxxx> > --- > builtin/add.c | 116 +++++++++++++++++++++++++---------------------- > builtin/commit.c | 2 +- > commit.h | 5 +- > 3 files changed, 68 insertions(+), 55 deletions(-) Looking good. Let me mark the series for 'next'. Thanks.