mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-07-18 19:45:04 -04:00
package: hide detached head advice
This commit is contained in:
@@ -57,7 +57,7 @@ BUILDDIR="$(mktemp -d /tmp/external-plugin.XXXXXXXX)"
|
||||
trap "rm -rf ""$BUILDDIR""" EXIT
|
||||
pushd "$BUILDDIR"
|
||||
|
||||
git clone "$repository" "repo"
|
||||
git clone -c 'advice.detachedHead=false' "$repository" "repo"
|
||||
pushd "repo"
|
||||
git checkout "$commit^{commit}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user