X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=HACKING;fp=HACKING;h=74cbe02e7435e67655c580d95bdbceaed64780a9;hp=fbc0eae939c951cec2bd47ed726a25c4179c04e7;hb=c1ae95f6f55168a15a7cf359c1d4c5f1d4b04c01;hpb=5f6b25aa91eb81903aed128ee304ffc69e0492f3 diff --git a/HACKING b/HACKING index fbc0eae939..74cbe02e74 100644 --- a/HACKING +++ b/HACKING @@ -155,10 +155,6 @@ topics. It is possible because @c for/master is not a traditional Git branch. -# You will need to install this hook, we will look into a better solution: @code -scp -p -P 29418 USERNAME@review.openocd.org:hooks/commit-msg .git/hooks/ -@endcode - Or with http only: -@code wget https://review.openocd.org/tools/hooks/commit-msg mv commit-msg .git/hooks chmod +x .git/hooks/commit-msg