Skip to content

Commit 153badf

Browse files
authored
Merge pull request #1988 from gitgitgadget/cc-current-git-gui-maintainer
Cc: the current Git GUI maintainer on corresponding patches
2 parents 631cfc1 + 45087e9 commit 153badf

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

.vscode/settings.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,43 +21,34 @@
2121
}
2222
},
2323
"cSpell.words": [
24-
"Arnfjörð",
25-
"Bjarmason",
26-
"Cygwin",
27-
"Git's",
28-
"Hamano",
29-
"ISMTP",
30-
"Junio",
31-
"Nguy",
32-
"Nguyễn",
33-
"Ngọc",
34-
"Pratyush",
35-
"Probot",
36-
"Schindelin",
37-
"Thái",
38-
"Truthy",
39-
"VSTS",
40-
"Yadav",
4124
"addressparser",
25+
"Ævar",
4226
"amlog",
27+
"Arnfjörð",
4328
"autocrlf",
4429
"avarab",
4530
"basedon",
31+
"Bjarmason",
4632
"busybox",
4733
"coverageprocessor",
34+
"Cygwin",
4835
"dstolee",
4936
"dugite",
5037
"eqeqeq",
5138
"fooba",
39+
"Git's",
5240
"gitgitgadget",
5341
"gitster",
5442
"gmail",
5543
"gmane",
5644
"googlegroups",
45+
"Hamano",
5746
"imaps",
5847
"insn",
48+
"ISMTP",
5949
"isnan",
6050
"issuecomment",
51+
"Junio",
6152
"latesttag",
6253
"latesttags",
6354
"libqp",
@@ -66,30 +57,40 @@
6657
"maint",
6758
"mbox",
6859
"mergeable",
60+
"Ngọc",
61+
"Nguy",
62+
"Nguyễn",
6963
"octo",
7064
"octokit",
7165
"onelines",
7266
"pclouds",
7367
"pobox",
68+
"Pratyush",
69+
"Probot",
7470
"promisify",
7571
"publishtoremote",
7672
"rebased",
7773
"refname",
7874
"repo",
75+
"Schindelin",
76+
"Sixt",
7977
"smee",
8078
"smtp",
8179
"stolee",
8280
"stripspace",
8381
"superset",
8482
"taggerdate",
8583
"tbdiff",
84+
"Thái",
85+
"Truthy",
8686
"unportable",
8787
"vger",
88+
"VSTS",
8889
"webhook",
8990
"webhooks",
9091
"worktree",
91-
"yadavpratyush",
92-
"Ævar"
92+
"Yadav",
93+
"yadavpratyush"
9394
],
9495
"cSpell.ignoreRegExpList": [
9596
"CIimapHost",

lib/project-options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class ProjectOptions {
2727
} else if ((await revParse(`${baseCommit}:git-gui.sh`, workDir)) !== undefined) {
2828
// Git GUI
2929
to = "--to=git@vger.kernel.org";
30-
cc.push("Pratyush Yadav <me@yadavpratyush.com>");
30+
cc.push("Johannes Sixt <j6t@kdbg.org>");
3131
upstreamBranch = "git-gui/master";
3232
} else if ((await revParse(`${baseCommit}:git.c`, workDir)) !== undefined) {
3333
// Git

0 commit comments

Comments
 (0)