summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
2024-03-06Don't strike out reserved keys in menusStefan Haller
2024-03-02Remove support for old-style non-interactive rebasesStefan Haller
2024-03-02Break git.merging.args config into separate arguments on whitespaceStefan Haller
2024-03-02Add a test that demonstrates a bug with multiple args in git.merging.args configStefan Haller
2024-03-02Don't show branch head on rebase todos if the rebase.updateRefs config is onStefan Haller
2024-03-02Rename showBranchMarkerForHeadCommit parameter to hasRebaseUpdateRefsConfigStefan Haller
2024-03-02Add test demonstrating the current (undesired) behaviorStefan Haller
2024-03-02Provide two helix presets, one for "helix" and one for "hx"Stefan Haller
2024-03-02Make ctrl-f available in staging viewStefan Haller
2024-03-02Fix linter warningsStefan Haller
2024-02-21Add author filtering to commit viewTristan Déplantes
2024-02-21Add tooltips for reset menu itemsStefan Haller
2024-02-21Change "git reset" default to --mixedStefan Haller
2024-02-18Change log path to state dirChing Pei Yang
2024-02-18Use $XDG_STATE_DIR for state.ymlChing Pei Yang
2024-02-18Switch to github.com/adrg/xdgChing Pei Yang
2024-02-18Add integration testStefan Haller
2024-02-18Set diff.noprefix=false for all other diff commands tooStefan Haller
2024-02-18Fix problems with patches if `git diff` was customized with config.Matthias Richerzhagen
2024-02-16Don't omit section headers when filtering the keybindings menuStefan Haller
2024-02-16Optionally keep sort order stable when filtering listsStefan Haller
2024-02-16Fix number of lines to read from a task initially for the right scroll bar sizeStefan Haller
2024-02-16Fix order problems when saving custom commands historyStefan Haller
2024-02-16Simplify saving app stateStefan Haller
2024-02-16Redraw commits view when showGraph setting changesStefan Haller
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
2024-02-16Avoid crash when hitting enter on an update-ref todoStefan Haller
2024-02-16Fix a problem with refreshing while an update-ref todo is selectedStefan Haller
2024-02-13Fix range select bugAaron Hoffman
2024-02-13Clean up test caseAaron Hoffman
2024-02-13CleanupAaron Hoffman
2024-02-13Support range select removing files from a commitAaron Hoffman
2024-02-13Change default of git.log.showGraph to 'always'Stefan Haller
2024-02-10Disallow cherry-picking merge commitsStefan Haller
2024-02-10Disallow cherry-picking update-ref todosStefan Haller
2024-02-10Cleanup: remove unused methodStefan Haller
2024-01-30Fix cherrypick demoAaron Hoffman
2024-01-30Clear cherry-picked commits after pastingmolejnik88
2024-01-29Add command to squash all fixups in the current branchStefan Haller
2024-01-28Fix main view refresh after adding the first file to a custom patchStefan Haller
2024-01-28Fix typoStefan Haller
2024-01-28Support selecting file range in patch builderAaron Hoffman
2024-01-28Warn users when attempting to cherry pick with old keyJesse Duffield
2024-01-28Reduce the chance of race condition with list cursorJesse Duffield
2024-01-28Display more keybindings on-screenJesse Duffield
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2024-01-28Ensure file view length is never returned as -1Jesse Duffield
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-28Render keybinding cheatsheet as markdown tableJesse Duffield
2024-01-26Keep same selection range when quick-starting an interactive rebaseStefan Haller