summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf@emagii.com>2011-12-20 15:16:08 +0100
committerSpencer Oliver <spen@spen-soft.co.uk>2012-04-04 08:51:17 +0000
commit8e5ea23201033f25323db1f8604a8860129c017a (patch)
tree8827e8bd30463bf1f910e9f5b3beb52152898f47 /HACKING
parent1748aab2c9202783a723f6d58a204a57f1094663 (diff)
downloadopenocd-8e5ea23201033f25323db1f8604a8860129c017a.tar.gz
openocd-8e5ea23201033f25323db1f8604a8860129c017a.tar.xz
tools/initial.sh
Small script to setup Gerrit with the local repository Usage: tools/initial.sh <username> Change-Id: I26527c35cfe040c7752efec06064d5dc9e3ec6a2 Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Attila Kinali <attila@kinali.ch> Reviewed-on: http://openocd.zylin.com/290 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index d6a6b5b8..9e7b92ac 100644
--- a/HACKING
+++ b/HACKING
@@ -86,6 +86,11 @@ wget http://openocd.zylin.com/tools/hooks/commit-msg
mv commit-msg .git/hooks
chmod +x .git/hooks/commit-msg
@endcode
+@b NOTE A script exists to simplify the two items above. execute:
+@code
+tools/initial.sh <username>
+@endcode
+With <username> being your Gerrit username.
-# Set up git with your name and email:
@code
git config --global user.name "John Smith"