summaryrefslogtreecommitdiff
path: root/bin/bstraph
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-03 23:04:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-04 10:29:14 -0700
commitbf46e5fd18e4c9d86e2091f39261bb4d63c1af51 (patch)
tree1164da26e0e3e94ea6d1a45fc0847485c534be83 /bin/bstraph
parente4968b90370100b6b7d4afca563568f06b6c5f2e (diff)
downloaddotfiles-bf46e5fd18e4c9d86e2091f39261bb4d63c1af51.tar.gz
replace install-git-hooks script w/ setting core.hooksPath globally
Diffstat (limited to 'bin/bstraph')
-rwxr-xr-xbin/bstraph3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/bstraph b/bin/bstraph
index 9d53c028..380ef369 100755
--- a/bin/bstraph
+++ b/bin/bstraph
@@ -56,9 +56,6 @@ if command -v git >/dev/null; then
find bin lib/aid lib/backup lib/perl5 lib/hooks lib/athena lib/bins \
lib/img lib/mr lib/src local/anacron/spool -type d -empty -delete \
2>/dev/null ||:
-
- # Eventually move to 'if ! [ "$MR_ACTION" = fixups ]; then' part, above.
- bin/install-git-hooks dotfiles
fi
cd "$HOME"