Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VTK
VTK
Commits
5fd92817
Commit
5fd92817
authored
Oct 23, 2018
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pre-commit: fix typo in looks-executable message
parent
aaf2b7dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pre-commit
pre-commit
+1
-1
No files found.
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
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