summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
2023-05-02Add config gui.experimentalShowBranchHeadsStefan Haller
2023-05-01Merge pull request #2551 from stefanhaller/fix-initial-context-activationv0.38.0Jesse Duffield
2023-05-01Merge pull request #2552 from stefanhaller/support-stacked-branchesJesse Duffield
2023-04-30Refresh staging panel when committingJesse Duffield
2023-04-30Retain commit message when cycling historyJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-29Fix activation of initial contextStefan Haller
2023-04-29Make RebaseCommands.AmendTo more robustStefan Haller
2023-04-29Implement moving commits up/down in terms of daemonStefan Haller
2023-04-29Implement squash, fixup, drop, and reword in terms of daemonStefan Haller
2023-04-29Implement "edit commit" in terms of the new EditRebase functionStefan Haller
2023-04-18Don't allow resetting non-HEAD commits (including rebase todos) during rebaseStefan Haller
2023-04-15chore: add focus on local commits after interactively rebaseAzraelSec
2023-04-15feat: allow to perform a rebase with breaking before the first commitAzraelSec
2023-04-15Don't allow changing the type of certain rebase todosStefan Haller
2023-04-15Make moving todo commits more robustStefan Haller
2023-04-15Make EditRebaseTodo more robustStefan Haller
2023-04-15Show update-ref commands in rebase todo listStefan Haller
2023-04-15Visualize branch heads in commits panelStefan Haller
2023-04-15Store commit.Action as an enum instead of a stringStefan Haller
2023-04-15Store commit.Status as an enum instead of a stringStefan Haller
2023-04-13Merge pull request #2496 from jesseduffield/feature/prevent-history-custom-co...Jesse Duffield
2023-04-13Don't add custom command to history if it starts with spaceLuka Markušić
2023-04-13Show warning about deprecated edit configsStefan Haller
2023-04-13Remove line number support for "open" commandStefan Haller
2023-04-13Implement edit presetsStefan Haller
2023-04-02Merge pull request #2497 from stefanhaller/fix-initial-scroll-bar-sizeJesse Duffield
2023-04-01Better error message when trying to amend a commit other than head during rebaseStefan Haller
2023-04-01Allow amending the head commit during interactive rebaseLuka Markušić
2023-04-01Extract amendHead function into new AmendHelperStefan Haller
2023-04-01Better error message when trying to edit or move a non-todo commit during rebaseStefan Haller
2023-04-01Allow rewording the head commit during interactive rebaseStefan Haller
2023-04-01Cleanup: use commit.isTODO() consistentlyStefan Haller
2023-03-26fix reflog text colour by defaulting every view to the same foreground colourJesse Duffield
2023-03-24Merge pull request #2377 from shinhs0506/clear-staging-after-commitJesse Duffield
2023-03-24remove old integration test recording codeJesse Duffield
2023-03-21Make sure scrollbars have the right size initiallyStefan Haller
2023-03-20Push initial context instead of just putting it in the context arrayStefan Haller
2023-03-20Avoid deactivating and activating when pushing the current context againStefan Haller
2023-03-20refresh the staging panel on successful commitJohn Shin
2023-03-20Merge pull request #2515 from stefanhaller/fix-deprecated-rand-seedJesse Duffield
2023-03-20Merge pull request #2495 from jesseduffield/feature/remove-altreturnJesse Duffield
2023-03-19Fix deprecated rand.SeedStefan Haller
2023-03-19rename patch manager to patch builderJesse Duffield
2023-03-19refactor patch codeJesse Duffield
2023-03-19appease golangci-lint (#2512)Jesse Duffield
2023-03-18Make arrows consistent (#2501)Jens Kutilek
2023-03-18Add border config (#2344)yk-kd
2023-03-09Remove alternative confirmation and return keymappingsLuka Markušić
2023-03-07Rename WillBeAppliedReverse to ReverseStefan Haller