summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/patch.go
AgeCommit message (Expand)Author
2024-04-22Switch git-todo-parser from fsmiamoto original repo to stefanhaller's forkStefan Haller
2024-04-12rename sha to hash 9, case: Shapikomonde
2024-04-12rename sha to hashpikomonde
2024-02-18Fix problems with patches if `git diff` was customized with config.Matthias Richerzhagen
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Better logic for knowing which repo we're inJesse Duffield
2023-07-23Prompt for commit message when moving a custom patch to a new commitStefan Haller
2023-07-22Better tag creation UXJesse Duffield
2023-07-10Replace uses of "git stash save" with "git stash push"Stefan Haller
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Don't keep commits that become empty during a rebaseStefan Haller
2023-05-20Refactor interface for ApplyPatchJesse Duffield
2023-05-20Add convenience builder for git commandsJesse Duffield
2023-04-29Refactor to tighten interface to lazygit daemonJesse Duffield
2023-04-29Refactor: simplify PrepareInteractiveRebaseCommand APIStefan Haller
2023-04-29Implement "move patch to selected commit" in terms of daemonStefan Haller
2023-04-15refactor: introduce a struct to pack theAzraelSec
2023-04-15feat: let interactive rebase prepend commands to the default todo fileAzraelSec
2023-03-19rename patch manager to patch builderJesse Duffield
2023-03-18Fix "move patch into new commit" for partial hunk (#2507)Stefan Haller
2022-03-24refactor todo file generationJesse Duffield
2022-01-18refactor to group up more commonly used git command stuffJesse Duffield
2022-01-09allow rewording old commitsJesse Duffield
2022-01-09refactorJesse Duffield