summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers
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-15Store commit.Action 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-13Remove line number support for "open" commandStefan Haller
2023-04-13Implement edit presetsStefan Haller
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-20Merge pull request #2495 from jesseduffield/feature/remove-altreturnJesse Duffield
2023-03-19rename patch manager to patch builderJesse Duffield
2023-03-19refactor patch codeJesse Duffield
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-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-02-27feat(subcommits): load unlimited sub-commitsRyooooooga
2023-02-25fix PullMergeConflict integration testJesse Duffield
2023-02-22migrate interactive rebase integration testsJesse Duffield
2023-02-20mention path in tooltipsJesse Duffield
2023-02-20Add tooltips for discardingLuka Markušić
2023-02-20Make discarding items less error proneLuka Markušić
2023-02-20Merge pull request #2453 from stefanhaller/allow-rebasing-to-first-commitJesse Duffield
2023-02-20add create tag from commit testJesse Duffield
2023-02-20Allow squashing fixups above the first commit of a repoStefan Haller
2023-02-20Merge pull request #2421 from Ryooooooga/tag-on-branchJesse Duffield
2023-02-20Better error message for trying to squash or fixup the first commitStefan Haller
2023-02-19feat: support to create tag on branchRyooooooga
2023-02-19Edit by breaking after current commitStefan Haller
2023-02-19migrate undo testJesse Duffield
2023-02-19rename key to PullJesse Duffield
2023-02-15Select next stageable line correctly after staging a range of linesstk
2023-02-11chore: change to work `return-alt1` on all viewsRyooooooga
2023-02-09fix linting issueJesse Duffield
2023-01-26Add user config gui.skipRewordInEditorWarningstk
2023-01-22Extract helper function doRewordEditorstk
2022-12-30integrate snake game into lazygitJesse Duffield
2022-12-24Merge pull request #2326 from Ryooooooga/fix-scrollJesse Duffield
2022-12-20fix(#2309): fix diff scrollRyooooooga