mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Add a pattern to the git BranchQuery (#99681)
* Add a pattern to the git BranchQuery * Add count, which makes getting refs even faster * Update order of args in getRefs to match for-each-ref doc
This commit is contained in:
2
extensions/git/src/api/git.d.ts
vendored
2
extensions/git/src/api/git.d.ts
vendored
@@ -134,6 +134,8 @@ export interface CommitOptions {
|
||||
|
||||
export interface BranchQuery {
|
||||
readonly remote?: boolean;
|
||||
readonly pattern?: string;
|
||||
readonly count?: number;
|
||||
readonly contains?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user