| OLD | NEW | 
|    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |    1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" | 
|    2     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |    2     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | 
|    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |    3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> | 
|    4 <head> |    4 <head> | 
|    5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /
     > |    5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /
     > | 
|    6 <meta name="generator" content="AsciiDoc 8.6.9" /> |    6 <meta name="generator" content="AsciiDoc 8.6.9" /> | 
|    7 <title>git-nav-downstream(1)</title> |    7 <title>git-nav-downstream(1)</title> | 
|    8 <style type="text/css"> |    8 <style type="text/css"> | 
|    9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ |    9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ | 
|   10  |   10  | 
| (...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  794   <strong><span class="aqua">cool_feature *​</span></strong> |  794   <strong><span class="aqua">cool_feature *​</span></strong> | 
|  795     <span class="green">subfeature</span> |  795     <span class="green">subfeature</span> | 
|  796   <span class="green">frozen_changes</span> |  796   <span class="green">frozen_changes</span> | 
|  797   <span class="green">master</span> |  797   <span class="green">master</span> | 
|  798 <span class="fuchsia">{NO UPSTREAM}</span> |  798 <span class="fuchsia">{NO UPSTREAM}</span> | 
|  799   <span class="green">bogus_noparent</span></code></pre> |  799   <span class="green">bogus_noparent</span></code></pre> | 
|  800 </div></div> |  800 </div></div> | 
|  801 </div> |  801 </div> | 
|  802 </div> |  802 </div> | 
|  803 <div class="sect1"> |  803 <div class="sect1"> | 
 |  804 <h2 id="_suggested_aliases">SUGGESTED ALIASES</h2> | 
 |  805 <div class="sectionbody"> | 
 |  806 <div class="paragraph"><p>Some common short-hand aliases. Feel free to add these
      to your <em>~/.gitconfig</em> | 
 |  807 file.</p></div> | 
 |  808 <div class="listingblock"> | 
 |  809 <div class="content"> | 
 |  810 <pre><code>[alias] | 
 |  811   git down = nav-downstream</code></pre> | 
 |  812 </div></div> | 
 |  813 </div> | 
 |  814 </div> | 
 |  815 <div class="sect1"> | 
|  804 <h2 id="_see_also">SEE ALSO</h2> |  816 <h2 id="_see_also">SEE ALSO</h2> | 
|  805 <div class="sectionbody"> |  817 <div class="sectionbody"> | 
|  806 <div class="paragraph"><p><a href="git-map-branches.html">git-map-branches(1)</a
     >, <a href="git-nav-upstream.html">git-nav-upstream(1)</a></p></div> |  818 <div class="paragraph"><p><a href="git-map-branches.html">git-map-branches(1)</a
     >, <a href="git-nav-upstream.html">git-nav-upstream(1)</a></p></div> | 
|  807 </div> |  819 </div> | 
|  808 </div> |  820 </div> | 
|  809 <div class="sect1"> |  821 <div class="sect1"> | 
|  810 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> |  822 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> | 
|  811 <div class="sectionbody"> |  823 <div class="sectionbody"> | 
|  812 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
     tools(1)</a> suite. These tools are meant to |  824 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
     tools(1)</a> suite. These tools are meant to | 
|  813 assist with the development of chromium and related projects. Download the tools |  825 assist with the development of chromium and related projects. Download the tools | 
|  814 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
     here</a>.</p></div> |  826 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
     here</a>.</p></div> | 
|  815 </div> |  827 </div> | 
|  816 </div> |  828 </div> | 
|  817 </div> |  829 </div> | 
|  818 <div id="footnotes"><hr /></div> |  830 <div id="footnotes"><hr /></div> | 
|  819 <div id="footer"> |  831 <div id="footer"> | 
|  820 <div id="footer-text"> |  832 <div id="footer-text"> | 
|  821 Last updated 2014-03-14 14:24:49 PDT |  833 Last updated 2014-03-25 15:09:11 PDT | 
|  822 </div> |  834 </div> | 
|  823 </div> |  835 </div> | 
|  824 </body> |  836 </body> | 
|  825 </html> |  837 </html> | 
| OLD | NEW |