Skip to content

Commit c838283

Browse files
author
MarcoFalke
committed
Merge #11649: Revert "Remove unused variable in shell script"
fa0025d Revert "Remove unused variable in shell script" (MarcoFalke) Pull request description: This partially reverts commit ab8e8b9 (#10771), as the variable is still used. See for example #11394. Tree-SHA512: 1788d5471e1399d4a15d287cd8c41979833524e31b8fe61af8a7d20c9777828460d61ab87885a228ba7ca919f1d08703f4cb182d5840eb863e2154b3cf8ff4e6
2 parents 5e9be16 + fa0025d commit c838283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/devtools/git-subtree-check.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ if [ -z "$latest_squash" ]; then
4848
fi
4949

5050
set $latest_squash
51+
old=$1
5152
rev=$2
5253
if [ "d$(git cat-file -t $rev 2>/dev/null)" != dcommit ]; then
5354
echo "ERROR: subtree commit $rev unavailable. Fetch/update the subtree repository" >&2

0 commit comments

Comments
 (0)