mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
9ff4e2dc44
Make it work when tree already has patches applied.
6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sha=`git -C ./staging/wine/ rev-parse origin/master`
|
|
echo $sha > ./staging/upstream-commit
|
|
git commit -am "Rebase against $sha."
|