Re: [PATCH v2 4/4] Move builtin-related implementations to a new builtin.c file

2014-01-02 Thread Sebastian Schuberth
On Thu, Jan 2, 2014 at 8:43 PM, Junio C Hamano wrote: >> Documentation/technical/api-builtin.txt | 2 +- >> Makefile| 1 + >> builtin.c | 225 ++ >> builtin.h | 21 +++ >>

Re: [PATCH v2 4/4] Move builtin-related implementations to a new builtin.c file

2014-01-02 Thread Junio C Hamano
Sebastian Schuberth writes: > Signed-off-by: Sebastian Schuberth > --- > Documentation/technical/api-builtin.txt | 2 +- > Makefile| 1 + > builtin.c | 225 ++ > builtin.h

[PATCH v2 4/4] Move builtin-related implementations to a new builtin.c file

2014-01-02 Thread Sebastian Schuberth
Signed-off-by: Sebastian Schuberth --- Documentation/technical/api-builtin.txt | 2 +- Makefile| 1 + builtin.c | 225 ++ builtin.h | 21 +++ git.c