summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-21 18:45:59 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-21 18:45:59 -0400
commit410601f4fac0ff1be2671f329c05fcd19c2c15a0 (patch)
tree8cc2068c1478bbe56cc9f8fa7a8a51bc064073a7 /www
parenta006eef564b7a6bab2c8568d54fadff20ff59365 (diff)
downloadgpsd-410601f4fac0ff1be2671f329c05fcd19c2c15a0.tar.gz
Don't cite by git hashes.
Diffstat (limited to 'www')
-rw-r--r--www/hacking.html.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/hacking.html.in b/www/hacking.html.in
index 7445621a..d8874846 100644
--- a/www/hacking.html.in
+++ b/www/hacking.html.in
@@ -461,6 +461,13 @@ not all integer types have the same length across architectures. A long may
be 4 bytes on a 32-bit machine and 8 bytes on a 64-bit. If you mean to skip
4 bytes in a packet, then say so (or use sizeof(int32_t)).</p>
+<h2 id="nohash">Avoid git hashes</h2>
+
+<p>Style point: use git hashes in change comments. They'll become at
+best a pain in the ass and at worst meaningless meaningless if the
+project ever has to change version control systems again. Better to
+refer by committer and date.</p>
+
<h1 id="understanding">Understanding the code</h1>
<h2 id="debugging">Debugging</h2>