Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:58:23

0001 #!/bin/bash
0002 #
0003 # Licensed under the Apache License, Version 2.0 (the "License");
0004 # You may not use this file except in compliance with the License.
0005 # You may obtain a copy of the License at
0006 # http://www.apache.org/licenses/LICENSE-2.0OA
0007 #
0008 
0009 
0010 cp tools/git/pre-commit .git/hooks/pre-commit
0011 chmod +x .git/hooks/pre-commit
0012 cp tools/git/prepare-commit-msg .git/hooks/prepare-commit-msg
0013 chmod +x .git/hooks/prepare-commit-msg