mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-04 04:12:31 +01:00
Recognize files in $XDG_CONFIG_HOME/git/
and $HOME/.config/git/
better (#2067)
* 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>
This commit is contained in:
3
tests/examples/git/.gitconfig
vendored
Normal file
3
tests/examples/git/.gitconfig
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[user]
|
||||
email = foo@bar.net
|
||||
name = foobar
|
Reference in New Issue
Block a user