| 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-thaw(1)</title> | 7 <title>git-thaw(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 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 } | 528 } |
| 529 body.manpage div.sectionbody { | 529 body.manpage div.sectionbody { |
| 530 margin-left: 3em; | 530 margin-left: 3em; |
| 531 } | 531 } |
| 532 | 532 |
| 533 @media print { | 533 @media print { |
| 534 body.manpage div#toc { display: none; } | 534 body.manpage div#toc { display: none; } |
| 535 } | 535 } |
| 536 | 536 |
| 537 | 537 |
| 538 div.listingblock > div.content { |
| 539 background: rgb(28, 28, 28); |
| 540 } |
| 541 |
| 542 div.listingblock > div > pre > code { |
| 543 color: rgb(187, 187, 187); |
| 544 } |
| 538 </style> | 545 </style> |
| 539 <script type="text/javascript"> | 546 <script type="text/javascript"> |
| 540 /*<![CDATA[*/ | 547 /*<![CDATA[*/ |
| 541 var asciidoc = { // Namespace. | 548 var asciidoc = { // Namespace. |
| 542 | 549 |
| 543 ///////////////////////////////////////////////////////////////////// | 550 ///////////////////////////////////////////////////////////////////// |
| 544 // Table Of Contents generator | 551 // Table Of Contents generator |
| 545 ///////////////////////////////////////////////////////////////////// | 552 ///////////////////////////////////////////////////////////////////// |
| 546 | 553 |
| 547 /* Author: Mihai Bazon, September 2002 | 554 /* Author: Mihai Bazon, September 2002 |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 764 </div> | 771 </div> |
| 765 <div class="sect1"> | 772 <div class="sect1"> |
| 766 <h2 id="_see_also">SEE ALSO</h2> | 773 <h2 id="_see_also">SEE ALSO</h2> |
| 767 <div class="sectionbody"> | 774 <div class="sectionbody"> |
| 768 <div class="paragraph"><p><a href="git-freeze.html">git-freeze(1)</a></p></div> | 775 <div class="paragraph"><p><a href="git-freeze.html">git-freeze(1)</a></p></div> |
| 769 </div> | 776 </div> |
| 770 </div> | 777 </div> |
| 771 <div class="sect1"> | 778 <div class="sect1"> |
| 772 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> | 779 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> |
| 773 <div class="sectionbody"> | 780 <div class="sectionbody"> |
| 774 <div class="paragraph"><p>Part of the chromium depot_tools suite. These tools ar
e meant to assist with the | 781 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
tools(1)</a> suite. These tools are meant to |
| 775 development of chromium and related projects. Download the tools from | 782 assist with the development of chromium and related projects. Download the tools |
| 776 <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here<
/a>.</p></div> | 783 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
here</a>.</p></div> |
| 777 </div> | 784 </div> |
| 778 </div> | 785 </div> |
| 779 </div> | 786 </div> |
| 780 <div id="footnotes"><hr /></div> | 787 <div id="footnotes"><hr /></div> |
| 781 <div id="footer"> | 788 <div id="footer"> |
| 782 <div id="footer-text"> | 789 <div id="footer-text"> |
| 783 Last updated 2014-03-13 17:20:25 PDT | 790 Last updated 2014-03-14 13:12:40 PDT |
| 784 </div> | 791 </div> |
| 785 </div> | 792 </div> |
| 786 </body> | 793 </body> |
| 787 </html> | 794 </html> |
| OLD | NEW |