commit | cd892a38a61e2cb5975189a8f6e61fe1cd72d2c1 | [log] [tgz] |
---|---|---|
author | Renaud Paquay <rpaquay@google.com> | Thu Nov 03 15:59:05 2016 -0700 |
committer | Renaud Paquay <rpaquay@google.com> | Thu Aug 31 13:49:49 2017 -0700 |
tree | 893d07c27770c4376f9e4a78395fc944761dd032 | |
parent | 010fed771183c23c0e7d04a4e7292782f68de9db [diff] |
Allow quotes in editor command on Windows This change allows setting the EDITOR env. variable to point to a program location that contains quotes and spaces. For example: > set EDITOR="C:\Program Files (x86)\Notepad++\notepad++.exe" -multiInst -nosession > repo upload Change-Id: Ic95b00f7443982b1956a2992d0220e50b1cf6bbb
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.