|
|
@ -48,6 +48,7 @@ if [ -z "$latest_squash" ]; then |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
set $latest_squash |
|
|
|
set $latest_squash |
|
|
|
|
|
|
|
old=$1 |
|
|
|
rev=$2 |
|
|
|
rev=$2 |
|
|
|
if [ "d$(git cat-file -t $rev 2>/dev/null)" != dcommit ]; then |
|
|
|
if [ "d$(git cat-file -t $rev 2>/dev/null)" != dcommit ]; then |
|
|
|
echo "ERROR: subtree commit $rev unavailable. Fetch/update the subtree repository" >&2 |
|
|
|
echo "ERROR: subtree commit $rev unavailable. Fetch/update the subtree repository" >&2 |
|
|
|