summaryrefslogtreecommitdiffstats
path: root/pkg/commands/patch/patch_manager.go
AgeCommit message (Expand)Author
2023-03-19rename patch manager to patch builderJesse Duffield
2023-03-19refactor patch codeJesse Duffield
2023-03-18Fix "move patch into new commit" for partial hunk (#2507)Stefan Haller
2023-03-07Rename WillBeAppliedReverse to ReverseStefan Haller
2023-03-07Remove the PatchOptions.Reverse optionStefan Haller
2023-03-07Concatenate patches to apply them all at onceStefan 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-07Bundle the reverse and keepOriginalHeader flags into a PatchOptions structStefan Haller
2022-08-06refactor to only have one context per viewJesse Duffield
2022-03-24more genericsJesse Duffield
2022-03-24make more use of genericsJesse Duffield
2022-03-19update lintersJesse Duffield
2022-01-07privatise some fieldsJesse Duffield
2021-04-18refactor line by line panelJesse Duffield
2021-04-02do not show commit files of another parent as added to the patchJesse Duffield
2021-04-02refactorJesse Duffield
2020-08-23cleanupJesse Duffield
2020-08-23remove todo commentJesse Duffield
2020-08-23support creating patches from files in diff modeJesse Duffield
2020-08-23don't needlessly load every fileJesse Duffield
2020-08-23faster patch managerJesse Duffield
2020-08-23refactorJesse Duffield
2020-08-23generalise patch building stuffJesse Duffield
2020-08-15move patch stuff into its own packageJesse Duffield