X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=HACKING;h=9eb41a5cc8aeaee2a0d12497572a7bc78afc3f1b;hp=7cd5b23567d5556fc522cbdc2a809a020b04cd94;hb=168fcf58c5951e19661a2be08a85d301c43c1555;hpb=c2207e852e0e2564e3b053600effb1bd44a4b486 diff --git a/HACKING b/HACKING index 7cd5b23567..9eb41a5cc8 100644 --- a/HACKING +++ b/HACKING @@ -69,12 +69,12 @@ to instruct git locally how to send off the changes. -# Add a new remote to git using Gerrit username: @code git remote add review ssh://USERNAME@openocd.zylin.com:29418/openocd.git -git config remote.review.push HEAD:refs/for/master +git config remote.review.push HEAD:refs/publish/master @endcode Or with http only: @code git remote add review http://openocd.zylin.com/p/openocd.git -git config remote.review.push HEAD:refs/for/master +git config remote.review.push HEAD:refs/publish/master @endcode -# You will need to install this hook, we will look into a better solution: @code