Re: [PATCH] add: remove dead code

2015-07-31 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > > So I was trying to understand how to implement "git add .gitmodules" as > I intend to rewrite git submodules in C. A request and a suggestion. - Please keep Jens and Heiko in the loop and pick their brains ;-) - It may not be t

[PATCH] add: remove dead code

2015-07-30 Thread Stefan Beller
Signed-off-by: Stefan Beller --- So I was trying to understand how to implement "git add .gitmodules" as I intend to rewrite git submodules in C. builtin/add.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/builtin/add.c b/builtin/add.c index 4bd98b7..b2a5c57 100644 --- a/builtin/add.c +