Files
git/Documentation
Junio C Hamano 00bb99c424 Merge branch 'tb/config-default'
"git config --get" learned the "--default" option, to help the
calling script.  Building on top of the tb/config-type topic, the
"git config" learns "--type=color" type.  Taken together, you can
do things like "git config --get foo.color --default blue" and get
the ANSI color sequence for the color given to foo.color variable,
or "blue" if the variable does not exist.

* tb/config-default:
  builtin/config: introduce `color` type specifier
  config.c: introduce 'git_config_color' to parse ANSI colors
  builtin/config: introduce `--default`
2018-05-08 15:59:27 +09:00
..
2018-04-25 13:44:42 +09:00
2018-05-08 15:59:20 +09:00
2018-05-08 15:59:22 +09:00
2018-04-25 13:28:58 +09:00
2017-11-17 10:31:05 +09:00
2017-04-13 16:15:25 -07:00
2017-11-06 14:24:24 +09:00
2016-08-11 14:35:42 -07:00
2017-06-27 10:35:49 -07:00
2018-04-25 13:28:58 +09:00
2018-02-07 12:46:48 -08:00
2018-03-15 15:00:46 -07:00
2018-04-18 12:49:26 +09:00
2018-05-08 15:59:16 +09:00