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
patchinstall.py: Support --upstream-commit.
This commit is contained in:
5
staging/commit-rebase.sh
Executable file
5
staging/commit-rebase.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
sha=`git -C ./staging/wine/ rev-parse HEAD`
|
||||
echo $sha > ./staging/upstream-commit
|
||||
git commit -am "Rebase against $sha."
|
Reference in New Issue
Block a user