Skip to content

Commit 45087e9

Browse files
committed
For Git GUI PRs, Cc: the current Git GUI maintainer
Johannes Sixt gracefully accepted that job, and we need to Cc: them instead of the previous maintainer. I noticed this when Pratyush was Cc:ed in v2 of #358. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 5fc24cc commit 45087e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"refname",
7474
"repo",
7575
"Schindelin",
76+
"Sixt",
7677
"smee",
7778
"smtp",
7879
"stolee",

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
30-
cc.push("Pratyush Yadav <[email protected]>");
30+
cc.push("Johannes Sixt <[email protected]>");
3131
upstreamBranch = "git-gui/master";
3232
} else if ((await revParse(`${baseCommit}:git.c`, workDir)) !== undefined) {
3333
// Git

0 commit comments

Comments
 (0)