wine-staging/staging/commit-rebase.sh
Alistair Leslie-Hughes 9ff4e2dc44 Update commit-rebase.sh
Make it work when tree already has patches applied.
2020-05-28 08:03:39 +10:00

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."