mirror of
https://github.com/sharkdp/bat.git
synced 2025-07-18 14:54:47 +02:00
.cargo
.github
assets
build
diagnostics
doc
examples
src
tests
benchmarks
examples
cache_source
git
.config
.gitconfig
regression_tests
sub_directory
system_config
bat-tabs.conf
bat-theme.conf
bat-windows.conf
bat.conf
cache
cache.c
control_characters.txt
empty.txt
empty_lines.txt
long-single-line.txt
longline.json
map-syntax_case.Config
multiline.txt
nonprintable.txt
single-line.txt
tabs.txt
test.A—B가
test.binary
test.demo.foo.suffix
test.demo.suffix
test.json.suffix
test.json~
test.txt
test_BOM.txt
test_UTF-16LE.txt
this-file-path-is-really-long-and-would-have-broken-the-layout-of-the-header.txt
unicode-wrap.txt
mocked-pagers
scripts
snapshots
syntax-tests
tester
utils
.gitattributes
assets.rs
github-actions.rs
integration_tests.rs
no_duplicate_extensions.rs
snapshot_tests.rs
system_wide_config.rs
test_pretty_printer.rs
.gitignore
.gitmodules
CHANGELOG.md
CONTRIBUTING.md
Cargo.lock
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
NOTICE
README.md
rustfmt.toml
* 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>