Johannes Sixt <j6t@xxxxxxxx> writes: >> diff --git a/builtin/prune-packed.c b/builtin/prune-packed.c >> index f9463de..a834417 100644 >> --- a/builtin/prune-packed.c >> +++ b/builtin/prune-packed.c >> @@ -36,7 +36,6 @@ static void prune_dir(int i, DIR *dir, char *pathname, >> int len, int opts) >> display_progress(progress, i + 1); >> } >> pathname[len] = 0; >> - rmdir(pathname); > > After moving the rmdir() away from prune_dir(), the truncation of the > pathname does not logically belong here anymore. It should be moved with > the rmdir(). Looks good otherwise. I agree that it is better to have the NUL termination close to where it actually matters. Do you want me to take it after locally fixing it up, or do you prefer to feed this as part of msysgit related updates to me later? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html