projects
/
GitHub
/
Stricted
/
android_vendor_extra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f2b146
)
ignore whitespace warnings
author
Stricted
<info@stricted.net>
Mon, 17 Apr 2017 01:04:43 +0000
(
03:04
+0200)
committer
Stricted
<info@stricted.net>
Mon, 17 Apr 2017 01:04:43 +0000
(
03:04
+0200)
patch.sh
patch
|
blob
|
blame
|
history
diff --git
a/patch.sh
b/patch.sh
index c9b0f9310222386fa6f1bddd5c3b932962101812..7f4f02ece6c1ada2a23d68012924a7b8fc14222d 100755
(executable)
--- a/
patch.sh
+++ b/
patch.sh
@@
-17,7
+17,7
@@
REPOSITORIES=(
for repository in "${REPOSITORIES[@]}"; do
cd "${ROOT}/${repository}"
- git am --keep-cr "${ROOT}/vendor/extra/patches/${repository}"/*
+ git am --
whitespace=nowarn --
keep-cr "${ROOT}/vendor/extra/patches/${repository}"/*
cd "${ROOT}"
done