summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
2023-04-13Cleanup: fix copy/paste error in commentStefan Haller
2023-04-13Fix windows testsStefan Haller
2023-04-13Rename test files so that test discovery works againStefan Haller
2023-04-02Merge pull request #2497 from stefanhaller/fix-initial-scroll-bar-sizeJesse Duffield
2023-04-02prevent unnecessary re-renders of viewJesse 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-01Add integration test for amending from the files panelStefan 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-19specify view when assertion on line count failsJesse Duffield
2023-03-19refactor patch codeJesse Duffield
2023-03-19appease golangci-lint (#2512)Jesse Duffield
2023-03-19Fix checking for credentials performance (#2452)Luka Markušić
2023-03-18Fix "move patch into new commit" for partial hunk (#2507)Stefan Haller
2023-03-18Make arrows consistent (#2501)Jens Kutilek
2023-03-18Add border config (#2344)yk-kd
2023-03-16fix(commit_loader): fix log commandRyooooooga
2023-03-09Remove alternative confirmation and return keymappingsLuka Markušić
2023-03-08Add more unit testsJesse Duffield
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-07Reenable failing testStefan Haller
2023-03-07Concatenate patches to apply them all at onceStefan Haller
2023-03-07Add test for reverse-applying a patch that conflictsStefan Haller
2023-03-07Remove parameters that are no longer neededStefan Haller
2023-03-07Remove the keepOriginalHeader retry loopStefan Haller
2023-03-07Use forward patches and --reverse flag for partial patches tooStefan Haller
2023-03-07Add patch option WillBeAppliedReverseStefan Haller
2023-03-07Bundle the reverse and keepOriginalHeader flags into a PatchOptions structStefan Haller
2023-03-07Fix opening the current test file from the integration test guiStefan Haller
2023-03-06Merge pull request #2433 from Ryooooooga/subcommits-limitJesse Duffield
2023-03-06Merge pull request #2486 from humblepenguinn/masterJesse Duffield
2023-03-05generated cheatsheets and ran code formattingHumble Penguin
2023-03-05issue #2473Humble Penguin
2023-03-04Keep side context in context stack when pushing a main contextStefan Haller