]> git.sur5r.net Git - openocd/blobdiff - HACKING
AT91SAM7 Flash: fixed redundant assignation warning
[openocd] / HACKING
diff --git a/HACKING b/HACKING
index 7cd5b23567d5556fc522cbdc2a809a020b04cd94..9eb41a5cc8aeaee2a0d12497572a7bc78afc3f1b 100644 (file)
--- 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