Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
review.typo3.org
gerrit
Commits
72eab3ab
Commit
72eab3ab
authored
Nov 20, 2020
by
Stephan Großberndt
Browse files
[TASK] Add datetime to logging of hooks
parent
68b532b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/hooks/change-merged
View file @
72eab3ab
...
...
@@ -5,6 +5,7 @@ HOOK_NAME=$(basename "$0")
{
echo
"Executing
${
HOOK_NAME
}
with arguments
$*
"
date
for
file
in
"
${
HOOK
}
"
.d/
*
;
do
if
[[
-x
"
$file
"
]]
;
then
echo
"Executing
$file
:"
...
...
assets/hooks/patchset-created
View file @
72eab3ab
...
...
@@ -5,6 +5,7 @@ HOOK_NAME=$(basename "$0")
{
echo
"Executing
${
HOOK_NAME
}
with arguments
$*
"
date
for
file
in
"
${
HOOK
}
"
.d/
*
;
do
if
[[
-x
"
$file
"
]]
;
then
echo
"Executing
$file
:"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment