Merge "Fix commit-msg hook failure with spaces in path"
This commit is contained in:
@@ -153,7 +153,7 @@ add_ChangeId() {
|
|||||||
if (unprinted) {
|
if (unprinted) {
|
||||||
print "Change-Id: I'"$id"'"
|
print "Change-Id: I'"$id"'"
|
||||||
}
|
}
|
||||||
}' "$MSG" > $T && mv $T "$MSG" || rm -f $T
|
}' "$MSG" > "$T" && mv "$T" "$MSG" || rm -f "$T"
|
||||||
}
|
}
|
||||||
_gen_ChangeIdInput() {
|
_gen_ChangeIdInput() {
|
||||||
echo "tree `git write-tree`"
|
echo "tree `git write-tree`"
|
||||||
|
|||||||
Reference in New Issue
Block a user