Skip to content

Commit 75bf232

Browse files
authored
add revert as allowed subcommand (#1166)
1 parent c7dbfc6 commit 75bf232

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

daemon/git.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ const ALLOWED_SUBCOMMANDS = new Set([
367367
"ls-files",
368368
"ls-tree",
369369
"cat-file",
370+
"revert",
370371
]);
371372

372373
/**

0 commit comments

Comments
 (0)