summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-27Infer that a theme is light if its name contains "light" (#617)Dan Davison
2021-05-26Improve documentation of hyperlinks (#616)Dan Davison
2021-05-25Add hyperlinks-commit-link-format option (#614)Dan Davison
2021-05-24Support custom commit line regex when parsing git output (#558)Dan Davison
2021-05-20Only read major version when parsing less version (#606)Peter Holloway
2021-05-20Emit 'mode [-+]x' instead of full file permission bits (#607)Dan Davison
2021-05-20Emit description of file mode change (#605)Dan Davison
2021-05-19Refactor: factor out _parse_file_path functionDan Davison
2021-05-19Fix typoDan Davison
2021-05-09Ignore problematic testDan Davison
2021-05-09Use map instead of match (#595)Dan Davison
2021-05-09Use git diff instead of diff -u (#546)Dan 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