Fix update-patches patch names
This commit is contained in:
parent
76167579cd
commit
b7676e5818
@ -13,6 +13,6 @@ for module in $GLUON_MODULES; do
|
|||||||
n=0
|
n=0
|
||||||
for commit in $(git -C "$dir" rev-list --reverse --no-merges base..patched); do
|
for commit in $(git -C "$dir" rev-list --reverse --no-merges base..patched); do
|
||||||
let n=n+1
|
let n=n+1
|
||||||
git -C "$dir" show --pretty=format:'From: %an <%ae>%nDate: %aD%nSubject: %B' $commit > "$1"/patches/$module/"$(printf '%04u' $n)-$(git -C "$dir" show -s --pretty=format:%f).patch"
|
git -C "$dir" show --pretty=format:'From: %an <%ae>%nDate: %aD%nSubject: %B' $commit > "$1"/patches/$module/"$(printf '%04u' $n)-$(git -C "$dir" show -s --pretty=format:%f $commit).patch"
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user