Skip to content

Commit cb6321a

Browse files
committed
feature: add Assisted-by: to auto-completion strings in commit message editor
Signed-off-by: leo <longshuang@msn.cn>
1 parent 6b72889 commit cb6321a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Views/CommitMessageToolBox.axaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ private void OnCaretPositionChanged(object sender, EventArgs e)
386386
private readonly List<string> _trailers =
387387
[
388388
"Acked-by: ",
389+
"Assisted-by:",
389390
"BREAKING CHANGE: ",
390391
"Co-authored-by: ",
391392
"Fixes: ",

0 commit comments

Comments
 (0)