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

Side by Side Diff: man/html/git-cherry-pick-upload.html

Issue 489143003: Fix manpage creation error. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | man/man1/git-cherry-pick-upload.1 » ('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>git-cherry-pick-upload(1)</title> 7 <title>git-cherry-pick-upload(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 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 <p>git-cherry-pick-upload - 748 <p>git-cherry-pick-upload -
749 Upload the diff between a revision and its parent to rietveld. 749 Upload the diff between a revision and its parent to rietveld.
750 </p> 750 </p>
751 </div> 751 </div>
752 </div> 752 </div>
753 <div id="content"> 753 <div id="content">
754 <div class="sect1"> 754 <div class="sect1">
755 <h2 id="_synopsis">SYNOPSIS</h2> 755 <h2 id="_synopsis">SYNOPSIS</h2>
756 <div class="sectionbody"> 756 <div class="sectionbody">
757 <div class="verseblock"> 757 <div class="verseblock">
758 <pre class="content"><em>git cherry-pick-upload --branch &lt;remote_branch_name& gt; &lt;commit_hash&gt;</em></pre> 758 <pre class="content"><em>git cherry-pick-upload</em> --branch &lt;remote_branch_ name&gt; &lt;commit_hash&gt;</pre>
759 <div class="attribution"> 759 <div class="attribution">
760 </div></div> 760 </div></div>
761 </div> 761 </div>
762 </div> 762 </div>
763 <div class="sect1"> 763 <div class="sect1">
764 <h2 id="_description">DESCRIPTION</h2> 764 <h2 id="_description">DESCRIPTION</h2>
765 <div class="sectionbody"> 765 <div class="sectionbody">
766 <div class="paragraph"><p><code>git cherry-pick-upload</code> is used to upload a cherry pick to rietveld. It uses 766 <div class="paragraph"><p><code>git cherry-pick-upload</code> is used to upload a cherry pick to rietveld. It uses
767 your view of the remote to generate the diff between a revision and its parent, 767 your view of the remote to generate the diff between a revision and its parent,
768 and then uploads that diff to rietveld.</p></div> 768 and then uploads that diff to rietveld.</p></div>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 <div class="sectionbody"> 810 <div class="sectionbody">
811 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(7)</a> suite. These tools are meant to 811 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(7)</a> suite. These tools are meant to
812 assist with the development of chromium and related projects. Download the tools 812 assist with the development of chromium and related projects. Download the tools
813 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> here</a>.</p></div> 813 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> here</a>.</p></div>
814 </div> 814 </div>
815 </div> 815 </div>
816 </div> 816 </div>
817 <div id="footnotes"><hr /></div> 817 <div id="footnotes"><hr /></div>
818 <div id="footer"> 818 <div id="footer">
819 <div id="footer-text"> 819 <div id="footer-text">
820 Last updated 2014-07-23 14:38:36 PDT 820 Last updated 2014-08-20 09:39:48 PDT
821 </div> 821 </div>
822 </div> 822 </div>
823 </body> 823 </body>
824 </html> 824 </html>
OLDNEW
« no previous file with comments | « no previous file | man/man1/git-cherry-pick-upload.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698