summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2024-03-07Pass entire submodule to UpdateUrl instead of name and path separatelyStefan Haller
2024-03-07Fix deleting submodule where name and path are differentStefan 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-02-21Add author filtering to commit viewTristan Déplantes
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-16Deprecate git.log.showGraph and git.log.order configAlex March
2024-02-13Support range select removing files from a commitAaron Hoffman
2024-01-28Support selecting file range in patch builderAaron Hoffman
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2024-01-26Use inline status for fetching remotesStefan Haller
2024-01-25Support range select for staging/discarding filesJesse Duffield
2024-01-24Refactor repo_paths.go to use git rev-parseJohn Whitley
2024-01-23Support range select in rebase actionsJesse Duffield
2024-01-19Standardise display of range selection across viewsJesse Duffield
2024-01-10Obtain remote URL by calling "ls-remote --get-url" instead of using git configStefan Haller
2024-01-10Allow multiple fetch commands (or fetch and pull) to run concurrentlyStefan Haller
2024-01-10Extract a function fetchCommandBuilderStefan Haller
2024-01-10Add a method GitVersion.IsAtLeastStefan Haller
2024-01-10Add command to find base commit for creating a fixupStefan Haller
2024-01-09Simplify GetCommitMessageStefan Haller
2024-01-09Add command to open git difftoolStefan Haller
2024-01-09Remove unused functionStefan Haller
2024-01-03Replace copy SHA with copy subject on commit 'y s'Karim Khaleel
2023-12-27Add a sort order menu for local branchesAlex March
2023-12-27chore: use null char as a stash entries divider during loadingAzraelSec
2023-12-27feat: add age on stash linesAzraelSec
2023-12-22Implement a sort order menu for remote branchesAlex March
2023-12-07feat: introduce a copy menu into the file viewAzraelSec
2023-12-02Add UserConfig jsonschema generation scriptKarim Khaleel
2023-10-08Remove sync mutexStefan Haller
2023-10-08Add inline status for pushing tags and deleting remote tagsStefan Haller
2023-10-08Add inline status for pushing/pulling/fast-forwarding branchesStefan Haller
2023-10-04Remove redundant `len` checkEng Zer Jun
2023-09-18Allow cherry-picking commits during a rebaseStefan Haller
2023-09-18Add StatusCommands.IsInNormalRebase and IsInInteractiveRebaseStefan Haller
2023-09-09Add coauthor (#2)Orlando Maussa
2023-09-05Move diff context size from UserConfig to AppStateStefan Haller
2023-09-04Don't pass ignoreWhitespace to git commandsStefan Haller
2023-09-04Add AppState to common.CommonStefan Haller
2023-09-04Add support for external diff commands (e.g. difftastic)Stefan Haller
2023-09-04Add explicit --no-ext-diff arg to CommitCommands.ShowCmdObjStefan Haller
2023-08-29Add "Show divergence from upstream" entry to Upstream menu in branches panelStefan Haller
2023-08-29Add option RefToShowDivergenceFrom to GetCommitsOptionsStefan Haller
2023-08-29Don't return commits from setCommitMergedStatusesStefan Haller
2023-08-28Allow adding a port to webDomain part of services config (#2908)Jesse Duffield
2023-08-21Allow port in webDomain for services config valuesRaido Oras
2023-08-21Add key binding for switching from the commit message panel to an editorStefan Haller