summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2023-03-05Return the `GitRemoteRepo` type directly (#1328)nickelc
2023-03-05Update dependencies & switch back to the `dirs` crate (#1325)nickelc
2023-03-05Encapsulate `git2` types (#1326)nickelc
2023-03-03Update `clap` to 4.1 (#1322)nickelc
2023-03-03Spelling (#1257)Josh Soref
2023-03-03Update `git2` to 0.16.1 (#1323)nickelc
2023-03-03Fixed broken link to README (#1185)USAMI Kenta
2023-03-01Fix the`--show-themes` command (#1320)nickelc
2023-02-28Reduce allocations during `--show-colors` (#1315)nickelc
2023-02-28Fix clippy warnings (#1298)nickelc
2022-12-04Address deprecated clap features (#1251)Thomas Quillan
2022-12-03try fix bad alignment in unicode (#1144) (#1145)Sheldon Nico
2022-11-29Highlighting improvements (#1244)Phillip Wood
2022-11-15Handle quoted filenames in diff headerThomas Otto
2022-11-13Fix clippy warnings (#1236)clnoll
2022-10-24measure_text_width() without constructing a temporary stringThomas Otto
2022-10-11Add terminal width fallback via stty if on Windows/MSYS2Thomas Otto
2022-10-11Fix clippy warnings after rust 1.64 upgradeThomas Otto
2022-10-06Add codeberg link parsing (#1194)Chinmay Dalal
2022-09-15Refactoring ansi/iterator (#1191)Maxim Zhiburt
2022-09-14Add sourcehut link parsing (#1190)Chinmay Dalal
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-08-16Support configurable timestamps in git blame output (#1157)mliszcz
2022-08-07Fix typos (#1151)Kian-Meng Ang
2022-07-15Fix git-grep match-highlighting at line-start (#1057)Jackson Popkin
2022-07-15Recreate highlighter on each line of `git show $commit:$path` output (#1127)Dan Davison
2022-07-02Don't attempt to process ANSI sequences in non-UTF8 inputDan Davison
2022-06-25Fix documentation of DELTA_FEATURESDan Davison
2022-06-22Fix whole-file changes being attributed to the wrong commit in "git log" outputBjörn Steinbrink
2022-06-22Allow to run tests using "cargo t"Björn Steinbrink
2022-06-22Avoid lockup when running without arguments and stdin is connected to tty (#1...Björn Steinbrink
2022-06-20Fix commit hyperlink formatting (#1110)Dan Davison
2022-06-15Only trigger `git show` handler if a file extension was parsed (#1106)Dan Davison