Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions packages/cli/src/config/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@ export function getStoredHooksDir(): string | null {
return gitConfigGet(PREFERENCE_DIR_KEY, { local: true });
}

export function setStoredHooksDir(dir: string): { ok: boolean; error?: string } {
return gitConfigSet(PREFERENCE_DIR_KEY, dir);
}

function getStoredHooksPrefix(): string | null {
const value = gitConfigGet(PREFERENCE_PREFIX_KEY, { local: true });
if (value == null) {
Expand Down
Loading