mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Update commit-rebase.sh
Make it work when tree already has patches applied.
This commit is contained in:
parent
76f206526a
commit
9ff4e2dc44
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
sha=`git -C ./staging/wine/ rev-parse HEAD`
|
||||
sha=`git -C ./staging/wine/ rev-parse origin/master`
|
||||
echo $sha > ./staging/upstream-commit
|
||||
git commit -am "Rebase against $sha."
|
||||
|
Loading…
Reference in New Issue
Block a user