Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Side by Side Diff: man/html/depot_tools.html

Issue 558783003: Fix typo in git-footers docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: regenerate docs Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | man/html/git-footers.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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>depot_tools(7)</title> 7 <title>depot_tools(7)</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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 <dt class="hdlist1"> 781 <dt class="hdlist1">
782 <a href="git-drover.html">git-drover(1)</a> 782 <a href="git-drover.html">git-drover(1)</a>
783 </dt> 783 </dt>
784 <dd> 784 <dd>
785 <p> 785 <p>
786 Apply a commit from the trunk to a release branch, or from one release branch to 786 Apply a commit from the trunk to a release branch, or from one release branch to
787 another. 787 another.
788 </p> 788 </p>
789 </dd> 789 </dd>
790 <dt class="hdlist1"> 790 <dt class="hdlist1">
791 <a href="git-footers.html">git-footers(1)</a>
792 </dt>
793 <dd>
794 <p>
795 Extract meta-information expressed as footers in a commit message.
796 </p>
797 </dd>
798 <dt class="hdlist1">
791 <a href="git-freeze.html">git-freeze(1)</a> 799 <a href="git-freeze.html">git-freeze(1)</a>
792 </dt> 800 </dt>
793 <dd> 801 <dd>
794 <p> 802 <p>
795 Freeze all changes on a branch (indexed and unindexed). 803 Freeze all changes on a branch (indexed and unindexed).
796 </p> 804 </p>
797 </dd> 805 </dd>
798 <dt class="hdlist1"> 806 <dt class="hdlist1">
799 <a href="git-map-branches.html">git-map-branches(1)</a> 807 <a href="git-map-branches.html">git-map-branches(1)</a>
800 </dt> 808 </dt>
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 Print a diff of the current branch, compared to its upstream. 912 Print a diff of the current branch, compared to its upstream.
905 </p> 913 </p>
906 </dd> 914 </dd>
907 </dl></div> 915 </dl></div>
908 </div> 916 </div>
909 </div> 917 </div>
910 </div> 918 </div>
911 <div id="footnotes"><hr /></div> 919 <div id="footnotes"><hr /></div>
912 <div id="footer"> 920 <div id="footer">
913 <div id="footer-text"> 921 <div id="footer-text">
914 Last updated 2014-08-25 16:31:24 PDT 922 Last updated 2014-09-09 14:15:07 PDT
915 </div> 923 </div>
916 </div> 924 </div>
917 </body> 925 </body>
918 </html> 926 </html>
OLDNEW
« no previous file with comments | « no previous file | man/html/git-footers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698