1 parent b1c41b2 commit d9a8dd5Copy full SHA for d9a8dd5
1 file changed
packages/cli/src/config/hooks.ts
@@ -263,10 +263,6 @@ export function getStoredHooksDir(): string | null {
263
return gitConfigGet(PREFERENCE_DIR_KEY, { local: true });
264
}
265
266
-export function setStoredHooksDir(dir: string): { ok: boolean; error?: string } {
267
- return gitConfigSet(PREFERENCE_DIR_KEY, dir);
268
-}
269
-
270
function getStoredHooksPrefix(): string | null {
271
const value = gitConfigGet(PREFERENCE_PREFIX_KEY, { local: true });
272
if (value == null) {
0 commit comments