Compare commits
1 Commits
main
...
31e092521c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31e092521c |
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