You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Update commit-rebase.sh
Make it work when tree already has patches applied.
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user