mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 20:41:01 +01:00
14ddda0a8b
* git global config - lookup $XDG_CONFIG_HOME faithfully * Use `bool::then` * Cover both `$XDG_CONFIG_HOME` & `$HOME/.config` * Remove unused import * Global git config tests * Added trailing newline * Fix git config test * Wrote to changelog * Revert change of `Result::ok` to `Result::unwrap` * Apply suggestions from code review Co-authored-by: Martin Nordholts <enselic@gmail.com> * Guard against empty `$HOME` Co-authored-by: Martin Nordholts <enselic@gmail.com>
4 lines
49 B
INI
Vendored
4 lines
49 B
INI
Vendored
[user]
|
|
email = foo@bar.net
|
|
name = foobar
|