You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds Co-Author support to commit menu (`<C-o>` by default)
- `e` Opens up the commit message in your editor
- `c` Lets you add a co author to your commit
- Cleans up and amend commit attribute menu related code
AmendCommitTooltip: "Amend commit with staged changes. If the selected commit is the HEAD commit, this will perform `git commit --amend`. Otherwise the commit will be amended via a rebase.",
1094
1097
Amend: "Amend",
1095
1098
ResetAuthor: "Reset author",
1099
+
ResetAuthorTooltip: "Reset the commit's author to the currently configured user. This will also renew the author timestamp",
1096
1100
SetAuthor: "Set author",
1101
+
SetAuthorTooltip: "Set the author based on a prompt",
1097
1102
AddCoAuthor: "Add co-author",
1098
1103
AmendCommitAttribute: "Amend commit attribute",
1099
1104
AmendCommitAttributeTooltip: "Set/Reset commit author or set co-author.",
0 commit comments