Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
1f63af01
Commit
1f63af01
authored
Feb 08, 2017
by
Gleb Fotengauer-Malinovskiy
Committed by
Michael Shigorin
Feb 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mp-commit: disable git hooks
These commits are temporary, so we do not care about stuff like trailing whitespaces at all.
parent
f09b70e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mp-commit
bin/mp-commit
+1
-1
No files found.
bin/mp-commit
View file @
1f63af01
...
...
@@ -20,7 +20,7 @@ if type -t git >&/dev/null && pushd "$1" >/dev/null; then
fi
if
[
-n
"
$(
git status
-s
)
"
]
;
then
git add
.
\
&&
git commit
-
qa
m
"
$2
"
\
&&
git commit
-
anq
-
m
"
$2
"
\
||
fatal
"git add/commit failed"
fi
popd
>
/dev/null
...
...
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