summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
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
2023-08-19Fix testCristian Betivu
2023-08-19Add unit testCristian Betivu
2023-08-19Fix arg order to assertsCristian Betivu
2023-08-19Clean before convertion?Cristian Betivu
2023-08-19Stylistic changesCristian Betivu
2023-08-19Clean pathCristian Betivu
2023-08-19Improve error messageCristian Betivu
2023-08-19Fix yellow/red coloring while rebasingStefan Haller
2023-08-19Fix the blue sha color of todo commits while rebasingStefan Haller
2023-08-15Stop cycling hunks when reaching the endStefan Haller
2023-08-10Allow deleting remote tags/branches from local tag/branch views (#2738)Federico
2023-08-10Support editing files in existing neovim instance (#2916)Jesse Duffield
2023-08-10Fix bug in LineNumberOfLineStefan Haller
2023-08-10Add test case for LineNumberOfLine()Stefan Haller
2023-08-09use 'suspend' instead of 'editInTerminal' internallyJesse Duffield
2023-08-09Honour editInTerminal value when opening a worktree folderJesse Duffield
2023-08-07Fix seg-fault when opening submodule in nested folderJesse Duffield
2023-08-07Support bare worktrees where worktree does not have its own .git fileJesse Duffield
2023-08-02Appease linterJesse Duffield
2023-07-31Adds EditRebaseFromBaseCommit log message to i18nKarl Heitmann
2023-07-31Moves log related translations into its own Tr.Log. namespaceKarl Heitmann
2023-07-31Moves hard coded strings for LogCommand to i18n.Karl Heitmann
2023-07-31Allow force-tagging if tag existsStefan Haller
2023-07-31Add a "Mark commit as base commit for rebase" commandStefan Haller
2023-07-31Don't show branch marker for head commit unless updateRefs config is onStefan Haller
2023-07-31Store full sha in branch modelStefan Haller
2023-07-31Add CheckedOutBranch to Model structStefan Haller
2023-07-31Fix merge status of commits when update-ref command is presentStefan Haller
2023-07-31Add tests for setCommitMergedStatusesStefan Haller
2023-07-31Make setCommitMergedStatuses a non-member functionStefan Haller
2023-07-30Remove secureexec packageJesse Duffield
2023-07-30Standardise on using lo for slice functionsJesse Duffield