Skip to content

Commit c1ead65

Browse files
committed
add revert as allowed subcommand
1 parent c7dbfc6 commit c1ead65

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)