Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
fb3dbbd4
Commit
fb3dbbd4
authored
Mar 28, 2017
by
Atkins, Charles Vernon
Browse files
Fix typo in pre-commit hook
parent
850b114b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pre-commit
View file @
fb3dbbd4
...
...
@@ -2,7 +2,7 @@
# Run clang-format to verify prior to committing
if
[
"
$(
git config
--bool
hooks.clang-format
)
"
==
"true"
]
&&
\
[
-n
"
$
{
git
merge-base origin/master HEAD)
" ]
[
-n
"
$
(
git merge-base origin/master HEAD
)
"
]
then
git clang-format
-vv
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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