| 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-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 756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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> |
| 769 <div class="paragraph"><p>The commit message is annotated with "(cherry picked f
rom commit [parent sha1])" | 769 <div class="paragraph"><p>The commit message is annotated with "(cherry picked f
rom commit [parent sha1])" |
| 770 as if it were generated by <code>git cherry-pick -x</code>.</p></div> | 770 as if it were generated by <code>git cherry-pick -x</code>.</p></div> |
| 771 </div> | 771 </div> |
| 772 </div> | 772 </div> |
| 773 <div class="sect1"> | 773 <div class="sect1"> |
| 774 <h2 id="_example">EXAMPLE</h2> | 774 <h2 id="_example">EXAMPLE</h2> |
| 775 <div class="sectionbody"> | 775 <div class="sectionbody"> |
| 776 <div class="paragraph"><p></p></div><div class="listingblock"><div class="conten
t"><pre><code><span style="font-weight: bold; color: #ffffff">$ git cherry-pick-
upload -h</span> | 776 <div class="paragraph"><p></p></div><div class="listingblock"><div class="conten
t"><pre><code><span style="font-weight: bold; color: #ffffff">$ git cherry-pick-
upload -h</span> |
| 777 usage: git_cherry_pick_upload.py [-h] --branch <branch> <commit> | |
| 778 | |
| 779 positional arguments: | |
| 780 <commit> SHA to cherry pick. | |
| 781 | |
| 782 optional arguments: | |
| 783 -h, --help show this help message and exit | |
| 784 --branch <branch>, -b <branch> | |
| 785 The upstream branch to cherry pick to. | |
| 786 | 777 |
| 787 <span style="font-weight: bold; color: #ffffff">$ git cherry-pick-upload -b my_b
ranch c02b7d24a066adb747fdeb12deb21bfa</span> | 778 <span style="font-weight: bold; color: #ffffff">$ git cherry-pick-upload -b my_b
ranch c02b7d24a066adb747fdeb12deb21bfa</span> |
| 788 Found parent revision: b96d69fda53845a205151613a9c4cc93 | 779 Found parent revision: b96d69fda53845a205151613a9c4cc93 |
| 789 Loaded authentication cookies from .codereview_upload_cookies | 780 Loaded authentication cookies from .codereview_upload_cookies |
| 790 Issue created. URL: https://codereview.chromium.org/1234567890 | 781 Issue created. URL: https://codereview.chromium.org/1234567890 |
| 791 Uploading base_file for some/path/first.file: OK | 782 Uploading base_file for some/path/first.file: OK |
| 792 Uploading some/path/first.file: OK | 783 Uploading some/path/first.file: OK |
| 793 Uploading base_file for some/path/second.file: OK | 784 Uploading base_file for some/path/second.file: OK |
| 794 Uploading some/path/second.file: OK | 785 Uploading some/path/second.file: OK |
| 795 Uploading base_file for some/path/third.file: OK | 786 Uploading base_file for some/path/third.file: OK |
| 796 Uploading some/path/third.file: OK | 787 Uploading some/path/third.file: OK |
| 797 Finalizing upload: OK | 788 Finalizing upload: OK |
| 798 </code></pre></div></div><p><div class="paragraph"></p></div> | 789 </code></pre></div></div><p><div class="paragraph"></p></div> |
| 799 </div> | 790 </div> |
| 800 </div> | 791 </div> |
| 801 <div class="sect1"> | 792 <div class="sect1"> |
| 802 <h2 id="_see_also">SEE ALSO</h2> | 793 <h2 id="_see_also">SEE ALSO</h2> |
| 803 <div class="sectionbody"> | 794 <div class="sectionbody"> |
| 804 <div class="paragraph"><p><a href="git-cherry-pick.html">git-cherry-pick(1)</a> | 795 <div class="paragraph"><p><a href="git-cherry-pick.html">git-cherry-pick(1)</a> |
| 805 <a href="git-cl-upload.html">git-cl-upload(1)</a></p></div> | 796 <a href="git-cl-upload.html">git-cl-upload(1)</a></p></div> |
| 806 </div> | 797 </div> |
| 807 </div> | 798 </div> |
| 808 <div class="sect1"> | 799 <div class="sect1"> |
| 809 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> | 800 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> |
| 810 <div class="sectionbody"> | 801 <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 | 802 <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 | 803 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> | 804 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here
</a>.</p></div> |
| 814 </div> | 805 </div> |
| 815 </div> | 806 </div> |
| 816 </div> | 807 </div> |
| 817 <div id="footnotes"><hr /></div> | 808 <div id="footnotes"><hr /></div> |
| 818 <div id="footer"> | 809 <div id="footer"> |
| 819 <div id="footer-text"> | 810 <div id="footer-text"> |
| 820 Last updated 2014-08-20 09:39:48 PDT | 811 Last updated 2016-07-21 10:09:00 PDT |
| 821 </div> | 812 </div> |
| 822 </div> | 813 </div> |
| 823 </body> | 814 </body> |
| 824 </html> | 815 </html> |
| OLD | NEW |