We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa05e1 commit 3f649acCopy full SHA for 3f649ac
src/Hooks.php
@@ -127,6 +127,7 @@ public static function getOriginalHookArguments(string $hook): string
127
Hooks::COMMIT_MSG => ' {$FILE}',
128
Hooks::POST_MERGE => ' {$SQUASH}',
129
Hooks::PRE_COMMIT => '',
130
+ Hooks::POST_COMMIT => '',
131
Hooks::PRE_PUSH => ' {$TARGET} {$URL}',
132
Hooks::PREPARE_COMMIT_MSG => ' {$FILE} {$MODE} {$HASH}',
133
Hooks::POST_CHECKOUT => ' {$PREVIOUSHEAD} {$NEWHEAD} {$MODE}',
0 commit comments