Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Chromium_Depot_tools
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
Chromium_Depot_tools
Commits
f1fcda41
Commit
f1fcda41
authored
Sep 04, 2016
by
estaab
Committed by
Commit bot
Sep 04, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Fix git retry usage flag name.
BUG= Review-Url:
https://codereview.chromium.org/2304393002
parent
02dbeb85
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
git-retry.html
man/html/git-retry.html
+3
-3
git-retry.1
man/man1/git-retry.1
+5
-5
git-retry.txt
man/src/git-retry.txt
+1
-1
No files found.
man/html/git-retry.html
View file @
f1fcda41
...
...
@@ -755,7 +755,7 @@ git-retry(1) Manual Page
<h2
id=
"_synopsis"
>
SYNOPSIS
</h2>
<div
class=
"sectionbody"
>
<div
class=
"verseblock"
>
<pre
class=
"content"
><em>
git retry
</em>
[-v] [-c COUNT] [-d DELAY] [-
e
]
 — 
<em>
<
git_subcommand
>
</em></pre>
<pre
class=
"content"
><em>
git retry
</em>
[-v] [-c COUNT] [-d DELAY] [-
D DELAY_FACTOR
]
 — 
<em>
<
git_subcommand
>
</em></pre>
<div
class=
"attribution"
>
</div></div>
</div>
...
...
@@ -844,14 +844,14 @@ failure, it will exit with the exit code of the last failed attempt.</p></div>
<div
class=
"sectionbody"
>
<div
class=
"paragraph"
><p>
Part of the chromium
<a
href=
"depot_tools.html"
>
depot_tools(7)
</a>
suite. These tools are meant to
assist with the development of chromium and related projects. Download the tools
from
<a
href=
"https://chromium.googlesource.com/chromium/tools/depot_tools"
>
here
</a>
.
</p></div>
from
<a
href=
"https://chromium.googlesource.com/chromium/tools/depot_tools
.git
"
>
here
</a>
.
</p></div>
</div>
</div>
</div>
<div
id=
"footnotes"
><hr
/></div>
<div
id=
"footer"
>
<div
id=
"footer-text"
>
Last updated 2016-0
7-21 10:09:00
PDT
Last updated 2016-0
9-02 15:58:02
PDT
</div>
</div>
</body>
...
...
man/man1/git-retry.1
View file @
f1fcda41
...
...
@@ -2,12 +2,12 @@
.\" Title: git-retry
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 0
7/21
/2016
.\" Date: 0
9/02
/2016
.\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools b
f2a341
.\" Source: depot_tools b
a1b0f3
.\" Language: English
.\"
.TH "GIT\-RETRY" "1" "0
7/21/2016" "depot_tools bf2a341
" "Chromium depot_tools Manual"
.TH "GIT\-RETRY" "1" "0
9/02/2016" "depot_tools ba1b0f3
" "Chromium depot_tools Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
...
...
@@ -32,7 +32,7 @@ git-retry \- Bootstrap function to retry a git command\&.
.SH "SYNOPSIS"
.sp
.nf
\fIgit retry\fR [\-v] [\-c COUNT] [\-d DELAY] [\-
e
] \(em \fI<git_subcommand>\fR
\fIgit retry\fR [\-v] [\-c COUNT] [\-d DELAY] [\-
D DELAY_FACTOR
] \(em \fI<git_subcommand>\fR
.fi
.sp
.SH "DESCRIPTION"
...
...
@@ -104,5 +104,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
.IP " 1." 4
here
.RS 4
\%https://chromium.googlesource.com/chromium/tools/depot_tools
\%https://chromium.googlesource.com/chromium/tools/depot_tools
.git
.RE
man/src/git-retry.txt
View file @
f1fcda41
...
...
@@ -9,7 +9,7 @@ include::_git-retry_desc.helper.txt[]
SYNOPSIS
--------
[verse]
'git retry' [-v] [-c COUNT] [-d DELAY] [-
e
] -- _<git_subcommand>_
'git retry' [-v] [-c COUNT] [-d DELAY] [-
D DELAY_FACTOR
] -- _<git_subcommand>_
DESCRIPTION
-----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment