summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-06-26Revert to capturing diff output and processing in current process (#645)Dan Davison
2021-06-25Fix filenames with spaces (#643)0.8.1Dan Davison
2021-06-23Lint: function named to_* should consume argumentDan Davison
2021-06-22LintDan Davison
2021-06-12Fix #631 (#632)Dan Davison
2021-06-09Add pager option for customizing pager without environment variables (#627)Kangwook Lee (이강욱)
2021-06-02Set commit-style=raw in diff-highlight / diff-so-fancy mode (#623)Dan Davison
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