| 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-retry(1)</title> | 7 <title>git-retry(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  Loading... | 
| 748 <p>git-retry - | 748 <p>git-retry - | 
| 749    Bootstrap function to retry a git command. | 749    Bootstrap function to retry a git command. | 
| 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 retry</em> [-v] [-c COUNT] [-d DELAY] [-e] &#
     8212; <em><git_subcommand></em></pre> | 758 <pre class="content"><em>git retry</em> [-v] [-c COUNT] [-d DELAY] [-D DELAY_FAC
     TOR] — <em><git_subcommand></em></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 retry</code> is a bootstrap that wraps a sta
     ndard <code>git</code> command execution in | 766 <div class="paragraph"><p><code>git retry</code> is a bootstrap that wraps a sta
     ndard <code>git</code> command execution in | 
| 767 a fault-tolerant retry wrapper.</p></div> | 767 a fault-tolerant retry wrapper.</p></div> | 
| 768 <div class="paragraph"><p>If a retry succeeds, the return code of the successful
      attempt is returned. | 768 <div class="paragraph"><p>If a retry succeeds, the return code of the successful
      attempt is returned. | 
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 837 <div class="sectionbody"> | 837 <div class="sectionbody"> | 
| 838 <div class="paragraph"><p>Upon success, <code>git retry</code> will exit with th
     e successful exit code of <strong>0</strong>. On | 838 <div class="paragraph"><p>Upon success, <code>git retry</code> will exit with th
     e successful exit code of <strong>0</strong>. On | 
| 839 failure, it will exit with the exit code of the last failed attempt.</p></div> | 839 failure, it will exit with the exit code of the last failed attempt.</p></div> | 
| 840 </div> | 840 </div> | 
| 841 </div> | 841 </div> | 
| 842 <div class="sect1"> | 842 <div class="sect1"> | 
| 843 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> | 843 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> | 
| 844 <div class="sectionbody"> | 844 <div class="sectionbody"> | 
| 845 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
     tools(7)</a> suite. These tools are meant to | 845 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_
     tools(7)</a> suite. These tools are meant to | 
| 846 assist with the development of chromium and related projects. Download the tools | 846 assist with the development of chromium and related projects. Download the tools | 
| 847 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here
     </a>.</p></div> | 847 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
     here</a>.</p></div> | 
| 848 </div> | 848 </div> | 
| 849 </div> | 849 </div> | 
| 850 </div> | 850 </div> | 
| 851 <div id="footnotes"><hr /></div> | 851 <div id="footnotes"><hr /></div> | 
| 852 <div id="footer"> | 852 <div id="footer"> | 
| 853 <div id="footer-text"> | 853 <div id="footer-text"> | 
| 854 Last updated 2016-07-21 10:09:00 PDT | 854 Last updated 2016-09-02 15:58:02 PDT | 
| 855 </div> | 855 </div> | 
| 856 </div> | 856 </div> | 
| 857 </body> | 857 </body> | 
| 858 </html> | 858 </html> | 
| OLD | NEW | 
|---|