Skip to content
Snippets Groups Projects
Commit 9815ebf8 authored by Michael Vines's avatar Michael Vines
Browse files

vendorsetup.sh: Allow empty commits to patched projects

Change-Id: Iae3547e2e6b0bf5591563b192ff12e8aca384a4c
parent cbe02edb
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ __patch_tree()
}
commit() {
if [[ -d .git ]]; then
git commit --all -m "B2G Adaptations" -q
git commit --all -m "B2G Adaptations" --allow-empty -q
fi
popd > /dev/null
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment