Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jaswant Panchumarti
VTK
Commits
5fd92817
Commit
5fd92817
authored
Oct 23, 2018
by
Brad King
💬
Browse files
pre-commit: fix typo in looks-executable message
parent
aaf2b7dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
pre-commit
View file @
5fd92817
...
...
@@ -129,7 +129,7 @@ mode_looks_exe() {
git cat-file blob
"
$2
"
|
head
-1
|
grep
"^#!/"
>
/dev/null
}
mode_not_exe
()
{
echo
"The file '
$file
'
has
looks executable but does not have an executable mode.
echo
"The file '
$file
' looks executable but does not have an executable mode.
On UNIX, run:
$
chmod u+x '
$file
' && git add -u '
$file
'
...
...
Write
Preview
Supports
Markdown
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