summaryrefslogtreecommitdiffstats
path: root/pkg/gui
AgeCommit message (Expand)Author
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
2023-03-07Remove the PatchOptions.Reverse optionStefan Haller
2023-03-07Use WillBeAppliedReverse (and git apply --reverse) in the staging panel tooStefan Haller
2023-03-07Remove parameters that are no longer neededStefan Haller
2023-03-07Use forward patches and --reverse flag for partial patches tooStefan Haller
2023-03-07Bundle the reverse and keepOriginalHeader flags into a PatchOptions structStefan Haller
2023-03-06Merge pull request #2433 from Ryooooooga/subcommits-limitJesse Duffield
2023-03-04Keep side context in context stack when pushing a main contextStefan Haller
2023-03-01Store WorkingTreeState in modelStefan Haller
2023-03-01Don't put "<--- YOU ARE HERE" in the commit model's nameStefan Haller
2023-02-28Merge pull request #2476 from pereBohigas/feature/add_kotlin_iconJesse Duffield
2023-02-27feat(subcommits): load unlimited sub-commitsRyooooooga