420d37 Port the default hook to the new runner system

Authored and Committed by Pierre-Yves Chibon 5 years ago
    Port the default hook to the new runner system
    
    Basically, instead of having a dedicated file, the default hook
    implements the BaseRunner interface and specify the method corresponding
    to the git hook of interest (in this case, the post-receive hook).
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr></pingou@pingoured.fr>
    
        
file modified
+1 -1
file modified
+265 -5