We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1a0fc commit 22ed387Copy full SHA for 22ed387
scripts/get-commit.sh
@@ -22,6 +22,8 @@ fi
22
23
# Normalize the commit hash
24
commit_hash=$(git rev-parse --verify "$commit_hash")
25
+echo "Normalized commit hash: $commit_hash"
26
+echo "Branch: $branch"
27
28
# Check if the commit belongs to the specified branch
29
if [ "$(git merge-base "$commit_hash" "$branch")" != "$commit_hash" ]; then
0 commit comments