79570795

Date: 2025-04-12 18:23:35
Score: 0.5
Natty:
Report link

A simple approach would be to check whether a dependable git bisect artifact like it's log file .git/BISECT_LOG exists, so:

[ -f .git/BISECT_LOG ] && echo "git bisect in progress"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Sri Kadimisetty