Skip to content

Commit da03b7b

Browse files
Update git-bulk.md: use correct stylization in synopsis (#1163)
* Update git-bulk.md: use correct stylization in synopsis * update derived documents for git-bulk
1 parent f0671e2 commit da03b7b

File tree

3 files changed

+56
-95
lines changed

3 files changed

+56
-95
lines changed

man/git-bulk.1

Lines changed: 14 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,69 @@
1-
.\" generated with Ronn/v0.7.3
2-
.\" http://github.com/rtomayko/ronn/tree/0.7.3
3-
.
4-
.TH "GIT\-BULK" "1" "August 2020" "" "Git Extras"
5-
.
1+
.\" generated with Ronn-NG/v0.9.1
2+
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3+
.TH "GIT\-BULK" "1" "September 2024" "" "Git Extras"
64
.SH "NAME"
75
\fBgit\-bulk\fR \- Run git commands on multiple repositories
8-
.
96
.SH "SYNOPSIS"
10-
git bulk [\-g] ([\-a]|[\-w <ws\-name>]) <git command>
11-
.
7+
\fBgit\-bulk\fR [\-g] ([\-a]|[\-w
128
.br
13-
git bulk \-\-addworkspace <ws\-name> <ws\-root\-directory> (\-\-from <URL or file>)
14-
.
9+
\fBgit\-bulk\fR \-\-addworkspace
1510
.br
16-
git bulk \-\-removeworkspace <ws\-name>
17-
.
11+
\fBgit\-bulk\fR \-\-removeworkspace <ws\-name>
1812
.br
19-
git bulk \-\-addcurrent <ws\-name>
20-
.
13+
\fBgit\-bulk\fR \-\-addcurrent <ws\-name>
2114
.br
22-
git bulk \-\-purge
23-
.
15+
\fBgit\-bulk\fR \-\-purge
2416
.br
25-
git bulk \-\-listall
26-
.
17+
\fBgit\-bulk\fR \-\-listall
2718
.SH "DESCRIPTION"
2819
git bulk adds convenient support for operations that you want to execute on multiple git repositories\.
29-
.
30-
.IP "\(bu" 4
20+
.IP "\[ci]" 4
3121
simply register workspaces that contain multiple git repos in their directory structure
32-
.
33-
.IP "\(bu" 4
22+
.IP "\[ci]" 4
3423
run any git command on the repositories of the registered workspaces in one command to \fBgit bulk\fR
35-
.
36-
.IP "\(bu" 4
24+
.IP "\[ci]" 4
3725
use the "guarded mode" to check on each execution
38-
.
3926
.IP "" 0
40-
.
4127
.SH "OPTIONS"
4228
\-a
43-
.
4429
.P
4530
Run a git command on all workspaces and their repositories\.
46-
.
4731
.P
4832
\-g
49-
.
5033
.P
5134
Ask the user for confirmation on every execution\.
52-
.
5335
.P
5436
\-w <ws\-name>
55-
.
5637
.P
5738
Run the git command on the specified workspace\. The workspace must be registered\.
58-
.
5939
.P
6040
<git command>
61-
.
6241
.P
6342
Any git Command you wish to execute on the repositories\.
64-
.
6543
.P
66-
\-\-addworkspace <ws\-name> <ws\-root\-directory> (\-\-from <URL or file&rt;gt;)
67-
.
44+
\-\-addworkspace
6845
.P
6946
Register a workspace for bulk operations\. All repositories in the directories below <ws\-root\-directory> get registered under this workspace with the name <ws\-name>\. <ws\-root\-directory> must be absolute path\.
70-
.
7147
.P
72-
With option \'\-\-from\' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned directly into the workspace\. Suitable for the initial setup of a multi\-repo project\.
73-
.
48+
With option '\-\-from' the URL to a single repository or a file containing multiple URLs can be added and they will be cloned directly into the workspace\. Suitable for the initial setup of a multi\-repo project\.
7449
.P
7550
\-\-removeworkspace <ws\-name>
76-
.
7751
.P
7852
Remove the workspace with the logical name <ws\-name>\.
79-
.
8053
.P
8154
\-\-addcurrent <ws\-name>
82-
.
8355
.P
8456
Adds the current directory as workspace to git bulk operations\. The workspace is referenced with its logical name <ws\-name>\.
85-
.
8657
.P
8758
git bulk \-\-purge
88-
.
8959
.P
9060
Removes all defined repository locations\.
91-
.
9261
.P
9362
git bulk \-\-listall
94-
.
9563
.P
9664
List all registered repositories\.
97-
.
9865
.SH "EXAMPLES"
99-
.
10066
.nf
101-
10267
Register a workspace so that git bulk knows about it:
10368

10469
$ git bulk \-\-addworkspace personal ~/workspaces/personal
@@ -142,14 +107,10 @@ $ git bulk \-\-removeworkspace personal
142107
Remove all registered workspaces:
143108

144109
$ git bulk \-\-purge
145-
.
146110
.fi
147-
.
148111
.SH "AUTHOR"
149112
Written by Niklas Schlimm <\fIns103@hotmail\.de\fR>
150-
.
151113
.SH "REPORTING BUGS"
152114
<https://github\.com/nschlimm/git\-bulk>
153-
.
154115
.SH "SEE ALSO"
155116
<\fIhttps://github\.com/tj/git\-extras\fR>

man/git-bulk.html

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-bulk.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ git-bulk(1) -- Run git commands on multiple repositories
33

44
## SYNOPSIS
55

6-
git bulk [-g] ([-a]|[-w &lt;ws-name&gt;]) &lt;git command&gt; <br/>
7-
git bulk --addworkspace &lt;ws-name&gt; &lt;ws-root-directory&gt; (--from &lt;URL or file&gt;) <br/>
8-
git bulk --removeworkspace &lt;ws-name&gt; <br/>
9-
git bulk --addcurrent &lt;ws-name&gt; <br/>
10-
git bulk --purge <br/>
11-
git bulk --listall
6+
`git-bulk` [-g] ([-a]|[-w &lt;ws-name&gt;]) &lt;git command&gt; <br/>
7+
`git-bulk` --addworkspace &lt;ws-name&gt; &lt;ws-root-directory&gt; (--from &lt;URL or file&gt;) <br/>
8+
`git-bulk` --removeworkspace &lt;ws-name&gt; <br/>
9+
`git-bulk` --addcurrent &lt;ws-name&gt; <br/>
10+
`git-bulk` --purge <br/>
11+
`git-bulk` --listall
1212

1313
## DESCRIPTION
1414

0 commit comments

Comments
 (0)