5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/sh
|
|
|
|
"$(dirname "$0")/commit-msg.gerrit" "$@"
|
|
"$(dirname "$0")/commit-msg.commitlint" "$@"
|