Add -s (signoff) to format-patch.sh
This commit is contained in:
parent
7e66ba43d7
commit
f513157e93
@ -51,9 +51,9 @@ function main()
|
||||
}
|
||||
|
||||
if [ -z "$bug" ]; then
|
||||
git format-patch "$@";
|
||||
git format-patch -s "$@";
|
||||
else
|
||||
git format-patch --subject-prefix="PATCH BUG:$bug" "$@";
|
||||
git format-patch -s --subject-prefix="PATCH BUG:$bug" "$@";
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user