summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-11-28 12:17:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-11-28 12:17:53 -0700
commit81fab3d8df43cd4f68328a5a3ba505aa772147e5 (patch)
tree4a48ffbe0f59ea83c724242e9fb7c58c3db1bcdd /lib
parent245118539aa39452c77ce3424fc771fc1157b23c (diff)
downloaddotfiles-81fab3d8df43cd4f68328a5a3ba505aa772147e5.tar.gz
drop old debug print
Diffstat (limited to 'lib')
-rwxr-xr-xlib/hooks/git/dotfiles/post-checkout2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hooks/git/dotfiles/post-checkout b/lib/hooks/git/dotfiles/post-checkout
index 65f98431..8ee87e32 100755
--- a/lib/hooks/git/dotfiles/post-checkout
+++ b/lib/hooks/git/dotfiles/post-checkout
@@ -3,8 +3,6 @@
head="$2"
branch="$(git name-rev --name-only $head)"
-echo >&2 "$branch"
-
if [ "$branch" = "master" ]; then
git config commit.gpgsign true
else