git-when-merged

Find where a commit was merged in git history

brewmacoslinux
Try with needOr install directly
Source

About

Find where a commit was merged in git

Commands

git-when-merged

Examples

Find which branch a commit was merged into$ git when-merged <commit-hash>
Find merge info for a commit with verbose output$ git when-merged --verbose <commit-hash>
Check merge status relative to a specific branch$ git when-merged --branch main <commit-hash>