You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/tests
cyqsimon 14ddda0a8b
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>
3 years ago
..
benchmarks Add new `--style` called `header-filesize` and display it by default (#1988) 3 years ago
examples Recognize files in `$XDG_CONFIG_HOME/git/` and `$HOME/.config/git/` better (#2067) 3 years ago
mocked-pagers
scripts
snapshots Add new `--style` called `header-filesize` and display it by default (#1988) 3 years ago
syntax-tests Add JQ syntax highlighting 3 years ago
utils
.gitattributes
assets.rs
integration_tests.rs Recognize files in `$XDG_CONFIG_HOME/git/` and `$HOME/.config/git/` better (#2067) 3 years ago
no_duplicate_extensions.rs
snapshot_tests.rs
tester.rs