Skip to content

Commit 22ed387

Browse files
committed
update
1 parent 9f1a0fc commit 22ed387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/get-commit.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ fi
2222

2323
# Normalize the commit hash
2424
commit_hash=$(git rev-parse --verify "$commit_hash")
25+
echo "Normalized commit hash: $commit_hash"
26+
echo "Branch: $branch"
2527

2628
# Check if the commit belongs to the specified branch
2729
if [ "$(git merge-base "$commit_hash" "$branch")" != "$commit_hash" ]; then

0 commit comments

Comments
 (0)