+.config/yt-dlp.conf
[nethome.git] / bin / git-bisect-status
1 #! /bin/bash
2 # https://stackoverflow.com/a/37668768/2995591
3 git bisect visualize --oneline|wc -l|perl -MPOSIX -lne 'print "Bisecting: ".floor(($_-1)/2)." revisions left to test after this (roughly ".(floor(log($_-1)/log(2))-1)." steps)" if $_'