Re: [PATCH 2/6] index-pack: remove redundant parameter
From: Jeff King <hidden>
Date: 2019-10-17 06:21:26
From: Jeff King <hidden>
Date: 2019-10-17 06:21:26
On Wed, Oct 09, 2019 at 04:44:18PM -0700, Jonathan Tan wrote:
Signed-off-by: Jonathan Tan <redacted> --- builtin/index-pack.c | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-)
Yeah, this seems like a good cleanup. Probably worth explaining in the commit message that we can infer it from the functions themselves. -Peff