commit | a608fb024ba0d6b1534e514e3ad2265a9f187182 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Apr 17 12:11:24 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Apr 17 12:11:24 2009 -0700 |
tree | c0f7e2f688fd78eeb0a4a70585968c5aa1fd6404 | |
parent | f8e3273decd883f334939cb24e542d47aba21a43 [diff] |
Allow review.URL.autoupload to skip prompting during `repo upload` If review.URL.autoupload is set to true in a project's .git/config or in ~/.gitconfig then `repo upload` will automatically upload, and skip prompting the end-user. Conversely, if review.URL.autoupload is set to false, then repo will refuse to upload to that project. Bug: REPO-25 Signed-off-by: Shawn O. Pearce <sop@google.com>