post-merge 150 B

12345
  1. #!/bin/bash
  2. # Just call post-checkout since it does the same thing.
  3. gitroot=`git rev-parse --show-toplevel`
  4. bash "$gitroot/.git/hooks/post-checkout"