summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-09Reduce number of --color-only tests320-recurrence-git-add-p-file-styleDan Davison
2021-05-09Add a failing testDan Davison
2021-04-29Fix ansi syntax theme (#581)Dan Davison
2021-04-25Be less strict about when to try relativizing paths (#576)Dan Davison
2021-04-24Add relative-paths optionDan Davison
2021-04-24ClippyDan Davison
2021-04-24Add --diff-stat-align-width to control alignment of relativized pathsDan Davison
2021-04-24Output paths relative to current working directoryDan Davison
2021-04-24Make navigate work when files are represented in the hunk header (#575)Dan Davison
2021-04-24Support new GIT_CONFIG_PARAMETERS env var formatDan Davison
2021-04-24Add failing test: support new GIT_CONFIG_PARAMETERS formatDan Davison
2021-04-24Use verbose regex styleDan Davison
2021-04-24Refactor test to allow multiple env var formats to be testedDan Davison
2021-04-24Implement tested feature: support HTTPs and SSH URLsDan Davison
2021-04-24Test HTTPS and SSH Github URLsDan Davison
2021-04-24Fix Github repo URL regexDan Davison
2021-04-24Add failing tests for remote repo string parsingDan Davison
2021-04-23Support matching GitHub remotes that don't end in `.git` (#563)Andy Freeland
2021-04-23Deprecate --24-bit-color, replacing with --true-color (#571)Dan Davison
2021-04-23Fix --show-syntax-themes exhausting stdin (#569)Thomas Otto
2021-04-15CI: check docs (#559)Marco Ieni
2021-03-30Remove unnecessary trailing semicolon after enum (#555)Max
2021-03-29Clippy (#554)Dan Davison
2021-03-29Add link to README themes documentation in --help textDan Davison
2021-03-28Update default diff used by --show-themes (to https://github.com/vuejs/vue/co...Catherine Noll
2021-03-28Display themes alphabetically when using --show-themesCatherine Noll
2021-03-28Edit --help textDan Davison
2021-03-28Use string literal instead of escaping double quotesCatherine Noll
2021-03-27Remove unnecessary check in get_themes and clean up --show-themes cli docstringCatherine Noll
2021-03-27Fix typo in docstringCatherine Noll
2021-03-27Update behavior of --show-themes to rely on the computed is_light_modeCatherine Noll
2021-03-27Define theme by presence of "dark" or "light" entries in git config,Catherine Noll
2021-03-27Reorganize and add test for get_themesCatherine Noll
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