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
diff.c: mention completion above add_diff_options
Philippe Blain committed about 3 years ago
completion: complete --remerge-diff
Philippe Blain committed about 3 years ago
completion: complete --diff-merges, its options and --no-diff-merges
Philippe Blain committed about 3 years ago
completion: move --pickaxe-{all,regex} to __git_diff_common_options
Philippe Blain committed about 3 years ago
completion: complete --ws-error-highlight
Philippe Blain committed about 3 years ago
completion: complete --unified
Philippe Blain committed about 3 years ago