Re: [PATCH] clean: style fix for 9f93e46 (git-clean: use a git-add-interactive ...)

2015-01-07 Thread Duy Nguyen
On Wed, Jan 7, 2015 at 2:17 AM, Junio C Hamano wrote: > When I do a SQUASH???, I expect the original authors use it as a > hint in their rerolls, but because this series has seen no comments > so far (no interests???), I do not foresee or expect you to feel a > need for rerolling at this point. I

Re: [PATCH] clean: style fix for 9f93e46 (git-clean: use a git-add-interactive ...)

2015-01-06 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > - int (*fn)(); > + int (*fn)(void); This is an independent fix that has already been merged to 'maint', but to any topic that forked before the merge happened I need to apply the fix without committing it when I test it in isolation, and I screwed up when

[PATCH] clean: style fix for 9f93e46 (git-clean: use a git-add-interactive ...)

2015-01-05 Thread Nguyễn Thái Ngọc Duy
From: Junio C Hamano Signed-off-by: Nguyễn Thái Ngọc Duy --- This is in the SQUASH??? commit on nd/untracked-cache on 'pu', but it fixes a commit older than that series. builtin/clean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/clean.c b/builtin/clean.c inde