summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/commit.go
AgeCommit message (Expand)Author
2023-09-09Add coauthor (#2)Orlando Maussa
2023-09-05Move diff context size from UserConfig to AppStateStefan Haller
2023-09-04Don't pass ignoreWhitespace to git commandsStefan Haller
2023-09-04Add support for external diff commands (e.g. difftastic)Stefan Haller
2023-09-04Add explicit --no-ext-diff arg to CommitCommands.ShowCmdObjStefan Haller
2023-08-21Add key binding for switching from the commit message panel to an editorStefan Haller
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-14config: rely on .gitconfig for verbose commit messagesScott Callaway
2023-06-28Always show branch heads in diff paneStefan Haller
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Add convenience builder for git commandsJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-13feat: remove --no-renames flag from main panel diffs (to show renamed files)Scott Callaway
2023-02-07Allow ignoring whitespace in diff in commits panelstk
2023-02-07Cleanup: remove extra spacestk
2023-01-06feat(config): change `git.commit.verbose` to accept "default"Ryooooooga
2023-01-01Add option to allow --verbose commit in editor commitsPaul Horn
2022-06-09support setting the author of a commitJesse Duffield
2022-05-08fixup! Add command to reset the commit author from the commits panel.Jens Pfeifle
2022-05-08fixup! Add command to reset the commit author from the commits panel.Jens Pfeifle
2022-05-08Add command to reset the commit author from the commits panel.Jens Pfeifle
2022-05-07fix: fix copying author name to clipboardRyooooooga
2022-05-01allow copying commit author to clipboardJesse Duffield
2022-03-26Add copy commit attributes optionLuka Markušić
2022-03-23pkg/commands: Don't duplicate line breaks when retrieving commit messageMoritz Haase
2022-01-22add support for git bisectJesse 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