git-cola: rename entry point functions to avoid name clashes
[git-cola.git] / win32 / README.md
blobd0bcaee4c31a0c753cf2f575661ca51700218435
1 Windows Tips
2 ============
3 * git-cola is tested on msysgit
4 * Other git environments should work fine as long as `git`
5   can be found in the $PATH.
6 * The provided `cola` shell script can be used to launch *git-cola*
7   if you do not want to keep `python.exe` in your $PATH.
8 * If your python is installed in a location other than `/c/Python*/`
9   then you can tell the `cola` script about it by setting the
10   `cola.pythonlocation` git configuration variable.  e.g.:
11  $ git config --global cola.pythonlocation "/c/Program Files/Python27/python.exe"