Skip to content

Commit f22985f

Browse files
committed
🔥 Remove exec line from git hook
We no longer need this hack.
1 parent fd57e08 commit f22985f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ const HOOK_PATH: &str = ".git/hooks/prepare-commit-msg";
264264
const HOOK_CONTENT_TEMPL: &str = r#"
265265
#!/usr/bin/env bash
266266
# gimoji as a commit hook
267-
exec < /dev/tty
268267
gimoji {color_scheme_arg} --hook $1 $2
269268
"#;
270269

0 commit comments

Comments
 (0)