Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/usr/bin/env bash
_do_sbtn_completions() {
COMPREPLY=($(sbtn "--completions=${COMP_LINE}"))
}
complete -F _do_sbtn_completions sbtn