Files
Chandan Kumar (raukadah) c4ecd6c386 Fix check-cherry-picks.sh empty commit_hash argument
When the patch is not a merge commit, commit_hash is empty.
Quoting it as "${commit_hash}" passes an explicit empty string
to git show, causing:

  fatal: ambiguous argument '': unknown revision or path not
  in the working tree.

Remove quotes so the empty variable expands to nothing, letting
git show default to HEAD. Also align grep flag with the upstream
Nova version (-qi instead of -qxi).

Change-Id: I6b7b06b03999532189d58e8c0d2042f75d05f8b8
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2026-03-30 19:05:48 +05:30
..