[PATCH v2 1/8] git.c: move cmd_struct declaration up

2018-03-24 Thread Nguyễn Thái Ngọc Duy
+#define USE_PAGER (1<<2) +/* + * require working tree to be present -- anything uses this needs + * RUN_SETUP for reading from the configuration file. + */ +#define NEED_WORK_TREE (1<<3) +#define SUPPORT_SUPER_PREFIX (1<<4) +#define DELAY_PAGER_CONFIG

Re: cmd_struct

2015-05-13 Thread Junio C Hamano
On Wed, May 13, 2015 at 4:10 PM, Thiago Farina tfrans...@gmail.com wrote: Would be too churn/noise (at this point) to rename cmd_struct to builtin_cmd? The name has served us well, I do not see a compelling reason to change it to anything else, and I suspect the name stayed unchanged because