summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-01-26Pass absolute file paths to all editor commands (#3255)Stefan Haller
2024-01-25Pass absolute file paths to all editor commandsStefan Haller
2024-01-25Support range select for staging/discarding files (#3248)Jesse Duffield
2024-01-25Fix error message for selected linesJesse Duffield
2024-01-25Support range select for staging/discarding filesJesse Duffield
2024-01-24Move file discard action into files controllerJesse Duffield
2024-01-24Use git rev-parse to obtain repository and worktree paths (#3183)Stefan Haller
2024-01-24Refactor repo_paths.go to use git rev-parseJohn Whitley
2024-01-24Make range selections created with the mouse non-sticky (#3234)Stefan Haller
2024-01-24Make range selections created with the mouse non-stickyStefan Haller
2024-01-23Updated README.mdREADME-bot
2024-01-24Support range select for rebase actions (#3232)Jesse Duffield
2024-01-23Disallow updating non-standard TODO lines when rebasingJesse Duffield
2024-01-23Support range select in rebase actionsJesse Duffield
2024-01-23Better assertion logic for line selectionJesse Duffield
2024-01-23Set groundwork for better disabled reasons with range selectJesse Duffield
2024-01-22Add config setting to suppress showing file icons (#3216)Stefan Haller
2024-01-22Add config setting to suppress showing file iconsStefan Haller
2024-01-22Updated README.mdREADME-bot
2024-01-22Show file names in default colour (#3081)Jesse Duffield
2024-01-22Show unstaged file names in default colourJesse Duffield
2024-01-19Keep same branch selected when fetching a branch while sorted by date (#3186)Stefan Haller
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2024-01-19Add test showing how branch should stay selected after fetching (but doesn't ...Stefan Haller
2024-01-18Updated README.mdREADME-bot
2024-01-19Add range selection ability on list contexts (#3207)Jesse Duffield
2024-01-19Show unacknowledged toast message upon integration test failureJesse Duffield
2024-01-19Disable range-select in menu and suggestions viewJesse Duffield
2024-01-19Enforce single-item selection in various actionsJesse Duffield
2024-01-19Support select range for cherry pickJesse Duffield
2024-01-19Add SetSelection function for list contexts and use it in most placesJesse Duffield
2024-01-19Remove 'v' menu keysJesse Duffield
2024-01-19Clear range select upon pressing 'escape'Jesse Duffield
2024-01-19Standardise display of range selection across viewsJesse Duffield
2024-01-19Support non-sticky range selection in patch explorer viewsJesse Duffield
2024-01-19Add range selection ability on list contextsJesse Duffield
2024-01-19Stop hiding debug vscode launch tasksJesse Duffield
2024-01-16Updated README.mdREADME-bot
2024-01-16Fix CI erroneously marking failed tests as successful (#3221)Jesse Duffield
2024-01-16Fix exit code of run_integration_tests.sh when capturing code coverage dataStefan Haller
2024-01-15Fix crash with short branch names (#3219)Stefan Haller
2024-01-15Don't try to shorten branch names that are already 3 characters or lessStefan Haller
2024-01-15Do not include keybindings from another view in keybindings menu (#3220)Jesse Duffield
2024-01-15Do not include keybindings from another view in keybindings menuJesse Duffield
2024-01-15Updated README.mdREADME-bot
2024-01-15Show Toast instead of error panel when invoking a disabled command (#3180)Jesse Duffield
2024-01-14Double the duration of error toastsStefan Haller
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Make DisabledReason a structStefan Haller
2024-01-14Use ErrorToast instead of error panel when invoking a disabled commandStefan Haller