Revision: 47d6801049fc
Author: landon.j.fuller <
landon....@gmail.com>
Date: Wed Feb 13 09:47:48 2013
Log: Fix wiki formatting of a list.
http://code.google.com/p/plcrashreporter/source/detail?r=47d6801049fc&repo=wiki
Modified:
/VersioningStandards.wiki
=======================================
--- /VersioningStandards.wiki Wed Feb 13 09:47:25 2013
+++ /VersioningStandards.wiki Wed Feb 13 09:47:48 2013
@@ -58,5 +58,5 @@
Git does a fantastic job of tracking revisions across branches, which is
why we use it. What it doesn't always do a fantastic job of is in
facilitating rapid communication between developers by providing sufficient
visibility of individual changes. When working on PLCrashReporter:
-* Push early, push often. Create a feature branch if you're worried about
destabilizing master.
-* Squashing commits discards useful history that provides insight into the
process of developing an individual feature. *Don't do it.*
+ * Push early, push often. Create a feature branch if you're worried
about destabilizing master.
+ * Squashing commits discards useful history that provides insight into
the process of developing an individual feature. *Don't do it.*