0
0
mirror of https://gitlab.winehq.org/wine/wine-staging.git synced 2025-01-28 22:04:43 -08:00

6 lines
140 B
Bash
Raw Normal View History

#!/bin/sh
sha=`git -C ./staging/wine/ rev-parse origin/master`
echo $sha > ./staging/upstream-commit
git commit -am "Rebase against $sha."