Docs: Adding instructions for deriving change deltas.

Bug: 14820049
Change-Id: Ib387805066ee3812619b4f77aa3652f4fb919227
diff --git a/src/source/build-numbers.jd b/src/source/build-numbers.jd
index a6736d6..62d894b 100644
--- a/src/source/build-numbers.jd
+++ b/src/source/build-numbers.jd
@@ -630,6 +630,22 @@
 the official tagged releases, and those haven't been as thoroughly
 tested.</p>
 
+<p>To differentiate between releases, you may obtain a list of changes
+associated with each project by issuing the following command and passing it
+the two branch tags:</p>
+
+<pre><code>$ repo forall -pc 'git log --no-merges --oneline branch-1..branch-2'</pre></code>
+
+<p>For example:</p>
+
+<pre><code>$ repo forall -pc 'git log --no-merges --oneline android-4.4.2_r2..android-4.4.2_r1'</pre></code>
+
+<p>And to output to a text file:</p>
+
+<pre><code>repo forall -pc 'git log --no-merges --oneline android-4.4.2_r2..android-4.4.2_r1' > /tmp/android-4.4.2_r2-android-4.4.2_r1-diff.txt</pre></code>
+
+</p>
+
 <h2 id="honeycomb-gpl-modules">Honeycomb GPL Modules</h2>
 <p>For Honeycomb, the entire platform source code isn't available.
 However, the parts of Honeycomb licensed under the GPL and LGPL