提交 e12293b1 编写于 作者: F Fabian Lauer

git: add 'signed off' commit to git changes view

This adds 2 actions to the context menu in the git changes view: 'Commit Staged (Signed Off)' and 'Commit All (Signed Off)'.
上级 52b469e8
......@@ -282,7 +282,9 @@ export class ChangesView extends EventEmitter.EventEmitter implements GitView.IV
this.instantiationService.createInstance(GitActions.PublishAction, GitActions.PublishAction.ID, GitActions.PublishAction.LABEL),
new ActionBar.Separator(),
this.instantiationService.createInstance(GitActions.CommitAction, this),
this.instantiationService.createInstance(GitActions.CommitSignedOffAction, this),
this.instantiationService.createInstance(GitActions.StageAndCommitAction, this),
this.instantiationService.createInstance(GitActions.StageAndCommitSignedOffAction, this),
this.instantiationService.createInstance(GitActions.UndoLastCommitAction, GitActions.UndoLastCommitAction.ID, GitActions.UndoLastCommitAction.LABEL),
new ActionBar.Separator(),
this.instantiationService.createInstance(GitActions.GlobalUnstageAction),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册