This reverts commit 94082e07a7.
This commit is contained in:
5
BuildChecker/hooks/post-merge
Executable file
5
BuildChecker/hooks/post-merge
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Just call post-checkout since it does the same thing.
|
||||
gitroot=`git rev-parse --show-toplevel`
|
||||
bash "$gitroot/.git/hooks/post-checkout"
|
||||
Reference in New Issue
Block a user