Taylor Blau <me@xxxxxxxxxxxx> writes: > For some use cases, callers of the `git-config(1)` builtin would like to > fallback to default values when the variable asked for does not exist. > In addition, users would like to use existing type specifiers to ensure > that values are parsed correctly when they do exist in the > configuration. Nicely done.