summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-05-04clippy (#1686)Dan Davison
2024-05-04tests: prevent parallel env var access (#1681)Thomas Otto
2024-05-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2024-03-17Stop highlighting unchanged whitespace (#1659)Phillip Wood
2024-03-16Honor default-language option (#1655)Pawel Dominiak
2024-03-12Detect Dark/Light Mode from Terminal (#1615)Tau
2024-03-12Preserve "Binary files" line in color_only mode (#1649)Pawel Dominiak
2024-03-04Fix clippy complaintsDan Davison
2024-03-02Add Catppuccin latte to light syntax themes (#1573)Damir Vandic
2024-03-02Fix headers of modified binary files, closes #1621 (#1629)Paul
2024-03-02Parse filename unambiguously using color escape sequences (#1634)Josh Triplett
2024-03-02Switch from vte to anstyle-parse (already used in dependencies) (#1638)Josh Triplett
2024-02-19Accept clippy suggestions (#1632)Dan Davison
2024-01-20Bug fix: reset syntax highlighter across grep sections (#1613)Dan Davison
2024-01-19--show-themes exit with error when no themes (#1611)Dan Davison
2023-11-20Make hunk header code fragment display optional (#1568)Zack Cerza
2023-11-19feat: generate completion subcommand (#1561)plustik
2023-11-18fixed typos (#1553)Fritz Rehde
2023-08-13Add comment in lieu of test coverage for nowDan Davison
2023-08-13Support users other than git in github SSH URLs (#1509)Dan Davison
2023-08-12Fix handling of tabs in grep output (#1507)Dan Davison
2023-08-12Add assertion failure message (#1508)Dan Davison
2023-08-05Improve binary file added output (#1502)Sondeyy
2023-07-29Update documentation regarding BAT_PAGERDan Davison
2023-07-29Fix issue where pager would be set to `more` or `most` (#1494)ippsav
2023-07-18Revert "Refactor subcommand handling (#1467)"Dan Davison
2023-07-10Refactor subcommand handling (#1467)Dan Davison
2023-07-08Replace usage of the `atty` crate with `std::io::IsTerminal` trait (#1465)nickelc
2023-06-23Fix alignment when author name contains unicode accent modifiers (#1456)Pascal H
2023-06-03Drop grep-header-style optionDan Davison
2023-06-03Honor grep-header-decoration-style for ripgrep outputDan Davison
2023-06-03Write directly, not by appending to output bufferDan Davison
2023-06-02Increase number of characters shown in submodule hashesDan Davison
2023-06-02Introduce grep-output-type option: ripgrep or classicDan Davison
2023-06-02Refactor grep handlerDan Davison
2023-05-31Misc tab refactoring (#1424)Thomas Otto
2023-05-24Clean upDan Davison
2023-05-17Fix warning highlight for trailing whitespace (#1037)William Escande
2023-05-08Fix submodule diff parsing (#1413)Thomas Otto
2023-04-26Replace deprecated `error_chain` crate with `anyhow` (#1405)nickelc
2023-04-26Remove unneeded `extern crate` statements (#1345)nickelc
2023-04-26Fix some typos (#1379)Alexander Seiler
2023-04-26Update `bitflags` to 2.2.1 (#1361)nickelc
2023-03-15Remove manual line-wrapping (#1350)Dan Davison
2023-03-12Merge the different `GitConfig` constructors for a config file (#1342)nickelc
2023-03-10Derive the default for enums with `#[derive(Default)]`/`#[default]` (#1341)nickelc
2023-03-09Rename `git_config_entry` module to `remote` (#1337)nickelc
2023-03-09Add methods for getting `GitConfig` as reference (#1336)nickelc
2023-03-08Get git's minus/plus style from config instead of copying it around (#1329)nickelc
2023-03-05Added config option. (#1324)Paolo Insogna