Compare commits
1 Commits
8b1ba3e6cb
...
d5734b808a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5734b808a |
1
app.ts
1
app.ts
@@ -62,7 +62,6 @@ const fetchBranches = async (): Promise<string[]> => {
|
||||
.split("\n")
|
||||
.map((branch) => branch.trim())
|
||||
.filter((branch) => branch !== ""
|
||||
&& !branch.includes("origin/HEAD")
|
||||
&& !IGNORED_BRANCHES
|
||||
.some(ignored => new RegExp(`^${ ignored }$`)
|
||||
.test(branch.replace("origin/", ""))));
|
||||
|
||||
84
dist/app.js
vendored
84
dist/app.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user