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

Side by Side Diff: man/man1/git-retry.1

Issue 401673003: Added 'git-retry' bootstrap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Updated w/ real mission. Created 6 years, 5 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
OLDNEW
(Empty)
1 '\" t
2 .\" Title: git-retry
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5 .\" Date: 07/17/2014
6 .\" Manual: Chromium depot_tools Manual
7 .\" Source: depot_tools 9bc9f56
8 .\" Language: English
9 .\"
10 .TH "GIT\-RETRY" "1" "07/17/2014" "depot_tools 9bc9f56" "Chromium depot_tools Ma nual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 git-retry \- Bootstrap function to retry a git command\&.
32 .SH "SYNOPSIS"
33 .sp
34 .nf
35 \fIgit retry\fR [\-v] [\-c COUNT] [\-d DELAY] [\-e] \(em \fI<git_subcommand>\fR
36 .fi
37 .sp
38 .SH "DESCRIPTION"
39 .sp
40 git retry is a bootstrap that wraps a standard git command execution in a fault\ -tolerant retry wrapper\&.
41 .sp
42 If a retry succeeds, the return code of the successful attempt is returned\&. Ot herwise, the return code of the last failed attempt is returned\&.
43 .sp
44 The wrapper is aware of git\-specific failure conditions and will only consider retrying if a given failure can be linked to such a condition\&.
45 .SH "OPTIONS"
46 .PP
47 <git_subcommand>
48 .RS 4
49 The
50 git
51 command to retry\&. This should omit the actual
52 git
53 command (e\&.g\&., to retry
54 git clone, use
55 git retry clone)\&.
56 .RE
57 .PP
58 \-v, \-\-verbose
59 .RS 4
60 Increases logging verbosity\&. By default, no additional logging is generated by the
61 git retry
62 command\&. This can be specified multiple times\&.
63 .RE
64 .PP
65 \-c, \-\-retry\-count \fIcount\fR
66 .RS 4
67 Specify the number of retries that should be performed before giving up\&.
68 .RE
69 .PP
70 \-d, \-\-delay \fIseconds\fR
71 .RS 4
72 If specified, the time delta to wait in between retry attempts\&. By default, re tries will happen immediately after failures\&. This can be used to introduce a delay\&.
73 .RE
74 .PP
75 \-e, \-\-delay\-exponential
76 .RS 4
77 If specified, the retry delay will double with each retry\&. Note that if no del ay is specified, this will have no effect\&.
78 .RE
79 .SH "EXIT STATUS"
80 .sp
81 Upon success, git retry will exit with the successful exit code of \fB0\fR\&. On failure, it will exit with the exit code of the last failed attempt\&.
82 .SH "CHROMIUM DEPOT_TOOLS"
83 .sp
84 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi st with the development of chromium and related projects\&. Download the tools f rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&.
85 .SH "NOTES"
86 .IP " 1." 4
87 here
88 .RS 4
89 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
90 .RE
OLDNEW
« git_retry.py ('K') | « man/html/git-retry.html ('k') | man/src/_git-retry_desc.helper.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698