Re: [PATCH 02/16] replace_object.c: rename to use dash in file name

2018-04-10 Thread Stefan Beller
Hi Junio, On Mon, Apr 9, 2018 at 8:00 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> This is more consistent with the project style. The majority of >> Git's source files use dashes in preference to underscores in their file >> names. >> >> Noticed while adding a header corresponding to

Re: [PATCH 02/16] replace_object.c: rename to use dash in file name

2018-04-09 Thread Junio C Hamano
Stefan Beller writes: > This is more consistent with the project style. The majority of > Git's source files use dashes in preference to underscores in their file > names. > > Noticed while adding a header corresponding to this file. > > Signed-off-by: Jonathan Nieder > Signed-off-by: Stefan Bel

[PATCH 02/16] replace_object.c: rename to use dash in file name

2018-04-09 Thread Stefan Beller
This is more consistent with the project style. The majority of Git's source files use dashes in preference to underscores in their file names. Noticed while adding a header corresponding to this file. Signed-off-by: Jonathan Nieder Signed-off-by: Stefan Beller --- Makefile