summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-03-27Get themes from gitconfig instead of hardcodingCatherine Noll
2021-03-21Send navigation command to less on --show-themesCatherine Noll
2021-03-21Navigate from theme to theme with n/N when --show-themesCatherine Noll
2021-03-21Add functionality to cycle through themes using a diff from stdinCatherine Noll
2021-03-20Use a sample diff for displaying themesCatherine Noll
2021-03-20Apply themes to a hardcoded diffCatherine Noll
2021-03-20Cycle through a constant list of themesCatherine Noll
2021-03-20Skeleton for show-themes command line optionCatherine Noll
2021-03-10Merge pull request #536 from dandavison/navigate-less-integration-testsDan Davison
2021-03-09ClippyDan Davison
2021-03-09Only do less hist file tricks if the pager appears to be lessDan Davison
2021-03-08Append .search line to less history fileDan Davison
2021-03-05237 navigate improvement (#526)Dan Davison
2021-03-04Exit if it looks like starting the pager process would never terminate (#531)Dan Davison
2021-03-03Use unwrap_or_else(|| panic!("...")) instead of .expect("...") (#525)Dan Davison
2021-02-17Lint (#527)Dan Davison
2021-01-29Handle tabs in hunk header code fragment (#511)Dan Davison
2021-01-27Bump vte from 0.9.0 to 0.10.0 (#486)dependabot-preview[bot]
2021-01-08Clippy (#496)Dan Davison
2021-01-08Reorganize git_config moduleDan Davison
2021-01-08Prevent tests setting env vars from affecting other testsDan Davison
2021-01-08Parse GIT_CONFIG_PARAMETERSDan Davison
2021-01-08Add accidentally not-committed fileDan Davison
2021-01-08Create git_config moduleDan Davison
2021-01-07Fix --help output for hunk-header-styleDan Davison
2020-12-31Add styles for file path and line number in hunk headerDan Davison
2020-12-31Display line number in hunk header, even with line-numbers activeDan Davison
2020-12-29refactor main in order to call process::exit once (#480)0.5.0Marco Ieni
2020-12-29Hyperlink file and line number (#479)Dan Davison
2020-12-28State machine refactor (#477)Dan Davison
2020-12-28Move line number refactoring (#474)Dan Davison
2020-12-27Add tests of hunk-header-style special attributesDan Davison
2020-12-27Include file and line number under diff-so-fancy emulationDan Davison
2020-12-27Use special style attribute to control line-number in hunk-headerDan Davison
2020-12-27Revert "Interpret `line-numbers = false` in gitconfig as no line numbers at a...Dan Davison
2020-12-27Fix testsDan Davison
2020-12-27Emit line numbers by defaultDan Davison
2020-12-27Fix testsDan Davison
2020-12-27Move line number into hunk headerDan Davison
2020-12-27Simplify preparation of hunk header code fragmentDan Davison
2020-12-27Refactor: handle_hunk_header_lineDan Davison
2020-12-27Merge pull request #470 from dandavison/309-file-path-in-hunk-header-when-no-...Dan Davison
2020-12-26Wait for pager process before exiting (#469)Dan Davison
2020-12-26Emit file in hunk header even when there is no fragDan Davison
2020-12-26Add failing test of hunk header with file and no fragDan Davison
2020-12-26Strengthen testDan Davison
2020-12-26Refactor and strengthen tests of `delta file_a file_b`Dan Davison
2020-12-23308 side by side tabs (#459)Dan Davison
2020-12-19Implement hunk-header-style 'file' attributeDan Davison
2020-12-19Add failing test of hunk-header-style 'file' attributeDan Davison