mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
sha=`git -C ./staging/wine/ rev-parse HEAD`
|
|
echo $sha > ./staging/upstream-commit
|
|
git commit -am "Rebase against $sha."
|