config: add kvi.path, use it to evaluate includes
Glen Choo committed about 3 years ago
config.c: remove config_reader from configsets
Glen Choo committed about 3 years ago
config: pass kvi to die_bad_number()
Glen Choo committed about 3 years ago
Glen Choo committed about 3 years ago
config.c: pass ctx with CLI config
Glen Choo committed about 3 years ago
config: pass ctx with config files
Glen Choo committed about 3 years ago
config.c: pass ctx in configsets
Glen Choo committed about 3 years ago
config: add ctx arg to config_fn_t
Glen Choo committed about 3 years ago
urlmatch.h: use config_fn_t type
Glen Choo committed about 3 years ago
config: inline git_color_default_config
Glen Choo committed about 3 years ago
fix cherry-pick/revert status when doing multiple commits
Jacob Keller committed about 3 years ago
var: add config file locations
brian m. carlson committed about 3 years ago
var: add attributes files locations
brian m. carlson committed about 3 years ago
attr: expose and rename accessor functions
brian m. carlson committed about 3 years ago
var: adjust memory allocation for strings
brian m. carlson committed about 3 years ago
var: format variable structure with C99 initializers
brian m. carlson committed about 3 years ago
var: add support for listing the shell
brian m. carlson committed about 3 years ago
t: add a function to check executable bit
brian m. carlson committed about 3 years ago
var: mark unused parameters in git_var callbacks
Jeff King committed about 3 years ago
config: don't BUG when both kvi and source are set
Glen Choo committed about 3 years ago