Age | Commit message (Collapse) | Author |
|
As it turns out Rietveld isn't smart enough to detect that the
configured origin URL is different from the origin URL of the checkout,
it just blindly changes the pushinsteadof URL. This means there's no
way to make it play nicely with clients with different origin URLs, so
rather than force everyone to change their URLs to the new one we'll just
remove the config, which will keep it from breaking people.
TBR=kschimpf@google.com
BUG=none
Review URL: https://codereview.chromium.org/81343002
|
|
chromium.googlesource.com
This should prevent git cl from mangling git's pushinsteadof config
on checkouts cloned by toolchain_build.py. It should also cause git cl
to update everyone's checkouts to the new origin URL.
TBR=kschimpf@google.com
BUG=none
Review URL: https://codereview.chromium.org/77723014
|
|
R=jvoung@chromium.org,sehr@chromium.org
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10831311
|
|
Also a test commit to test the workflow
R=jvoung@chromium.org,sehr@chromium.org
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2295
Review URL: https://chromiumcodereview.appspot.com/10826310
|