Merge branch 'es/worktree-checkout-hook'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 19:16:21 +0000 (11:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2017 19:16:21 +0000 (11:16 -0800)
commite87f9fc9d4ead0ec7f98c9493a9f2ad8c41cd6ee
treeee27b22b0950137d8f450d1ac95ddb67714df241
parent0da2ba4880f971de2782f2d4cfcd68f9148d2860
parentade546be4786637ba039478d6f027becb1160803
Merge branch 'es/worktree-checkout-hook'

"git worktree add" learned to run the post-checkout hook, just like
"git checkout" does, after the initial checkout.

* es/worktree-checkout-hook:
  worktree: invoke post-checkout hook (unless --no-checkout)
Documentation/githooks.txt
builtin/worktree.c
t/t2025-worktree-add.sh