git-bvr (114B)
1 #!/usr/bin/env sh 2 exec git branch -vr --sort=-committerdate "$@" | $FUZZER --no-sort --exact | awk '{ print $1 }'