PUBLICLY VISIBLE. Tools, files, and other necessary things to get your machine configured for work at Bayes. This repository is public mostly to promote open processes and because there's nothing secret about it.
2
stars
5
forks
source link
[Bug Fix] Genericize how git-python completion works. #382
This fixes a bug where the autocompletion for git-review
was used for git-submit, because the variable PYTHON_SCRIPT
was readonly in both sourced scripts.
This fixes a bug where the autocompletion for git-review was used for git-submit, because the variable PYTHON_SCRIPT was readonly in both sourced scripts.
This change is