mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08: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."
|