git-multi 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/exe/git-multi +3 -3
- data/lib/git/multi/version.rb +1 -1
- data/man/git-multi.1 +5 -5
- data/man/git-multi.erb +3 -3
- data/man/git-multi.html +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51588224906aef318ed5a82707903308fb3b6893
|
4
|
+
data.tar.gz: 0d7a81cb842e75eca9376a13b4208664f37b07f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8bf7f8f280a7c68c3dd3b4ba75bfb116a2d733fffd8c1f9f1def816c4ff5cea279a39737cd04ba75590634b955d616e225e32d8c0b7146583af9dfa93b06285
|
7
|
+
data.tar.gz: f22a97171ca367bb483bc8a43b66adcdab6e07554378c51e33032344ab0176361e1cd6ab94be25ee9c47939ce2d6db982752b96731afd15d06094848ee9a9c43
|
data/Gemfile.lock
CHANGED
data/exe/git-multi
CHANGED
@@ -7,7 +7,7 @@ require 'git/multi'
|
|
7
7
|
multi_repo = command = nil
|
8
8
|
|
9
9
|
if !STDIN.tty?
|
10
|
-
# read list of repo full names from STDIN (~pseudo multi
|
10
|
+
# read list of repo full names from STDIN (~pseudo multi-repo)
|
11
11
|
multi_repo = STDIN.readlines.map(&:strip).map(&:freeze).freeze
|
12
12
|
# reopen STDIN (to ensure all `Kernel.system` based cmds work)
|
13
13
|
STDIN.reopen('/dev/tty')
|
@@ -54,8 +54,8 @@ begin
|
|
54
54
|
end
|
55
55
|
rescue ArgumentError
|
56
56
|
abort \
|
57
|
-
"Unknown multi
|
58
|
-
'(use `git multi --report` to list all known multi
|
57
|
+
"Unknown multi-repo: #{$ERROR_INFO.message}\n\n" \
|
58
|
+
'(use `git multi --report` to list all known multi-repos)'
|
59
59
|
end
|
60
60
|
|
61
61
|
# That's all Folks!
|
data/lib/git/multi/version.rb
CHANGED
data/man/git-multi.1
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
.\" Title: git-multi
|
3
3
|
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
4
4
|
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
|
5
|
-
.\" Date: 01/
|
5
|
+
.\" Date: 01/27/2020
|
6
6
|
.\" Manual: Git Manual
|
7
7
|
.\" Source: Git 2.23.0.606.g08da6496b6.dirty
|
8
8
|
.\" Language: English
|
9
9
|
.\"
|
10
|
-
.TH "GIT\-MULTI" "1" "01/
|
10
|
+
.TH "GIT\-MULTI" "1" "01/27/2020" "Git 2\&.23\&.0\&.606\&.g08da64" "Git Manual"
|
11
11
|
.\" -----------------------------------------------------------------
|
12
12
|
.\" * Define some portability stuff
|
13
13
|
.\" -----------------------------------------------------------------
|
@@ -31,7 +31,7 @@
|
|
31
31
|
git-multi \- execute the same git command in multiple repositories
|
32
32
|
.SH "VERSION"
|
33
33
|
.sp
|
34
|
-
This is \fBv4\&.0\&.
|
34
|
+
This is \fBv4\&.0\&.1\fR of \fIgit multi\fR \&... hooray!
|
35
35
|
.SH "SYNOPSIS"
|
36
36
|
.sp
|
37
37
|
There are some options for \fBgit multi\fR itself, in which case it is invoked as follows:
|
@@ -48,7 +48,7 @@ To execute the same git command in multiple repositories, the invocation is as f
|
|
48
48
|
.fi
|
49
49
|
.sp
|
50
50
|
.sp
|
51
|
-
Both ways of running \fBgit multi\fR take an optional, so\-called "multi
|
51
|
+
Both ways of running \fBgit multi\fR take an optional, so\-called "multi\-repo" argument to limit the operation to the list of repositories in the referenced "multi\-repo", ie\&. a single GitHub user or a single GitHub organization:
|
52
52
|
.sp
|
53
53
|
.nf
|
54
54
|
\fIgit multi\fR ++<multi_repo> \-\-<option> [<option_arguments>]
|
@@ -559,7 +559,7 @@ local, binary cache of GitHub repository metadata
|
|
559
559
|
.PP
|
560
560
|
\fB${HOME}/\&.git/multi/superprojects\&.config\fR
|
561
561
|
.RS 4
|
562
|
-
definitions for so\-called "superproject" multi
|
562
|
+
definitions for so\-called "superproject" multi\-repos
|
563
563
|
.RE
|
564
564
|
.SH "REFERENCES"
|
565
565
|
.sp
|
data/man/git-multi.erb
CHANGED
@@ -26,9 +26,9 @@ invocation is as follows:
|
|
26
26
|
[verse]
|
27
27
|
'git multi' <git_command> [<git_command_arguments>]
|
28
28
|
|
29
|
-
Both ways of running `git multi` take an optional, so-called "multi
|
29
|
+
Both ways of running `git multi` take an optional, so-called "multi-repo"
|
30
30
|
argument to limit the operation to the list of repositories in the referenced
|
31
|
-
"multi
|
31
|
+
"multi-repo", ie. a single GitHub user or a single GitHub organization:
|
32
32
|
|
33
33
|
[verse]
|
34
34
|
'git multi' ++<multi_repo> --<option> [<option_arguments>]
|
@@ -256,7 +256,7 @@ FILES
|
|
256
256
|
local, binary cache of GitHub repository metadata
|
257
257
|
|
258
258
|
`${HOME}/.git/multi/superprojects.config`::
|
259
|
-
definitions for so-called "superproject" multi
|
259
|
+
definitions for so-called "superproject" multi-repos
|
260
260
|
|
261
261
|
REFERENCES
|
262
262
|
----------
|
data/man/git-multi.html
CHANGED
@@ -748,7 +748,7 @@ git-multi(1) Manual Page
|
|
748
748
|
<div class="sect1">
|
749
749
|
<h2 id="_version">VERSION</h2>
|
750
750
|
<div class="sectionbody">
|
751
|
-
<div class="paragraph"><p>This is <code>v4.0.
|
751
|
+
<div class="paragraph"><p>This is <code>v4.0.1</code> of <em>git multi</em> … hooray!</p></div>
|
752
752
|
</div>
|
753
753
|
</div>
|
754
754
|
<div class="sect1">
|
@@ -766,9 +766,9 @@ invocation is as follows:</p></div>
|
|
766
766
|
<pre class="content"><em>git multi</em> <git_command> [<git_command_arguments>]</pre>
|
767
767
|
<div class="attribution">
|
768
768
|
</div></div>
|
769
|
-
<div class="paragraph"><p>Both ways of running <code>git multi</code> take an optional, so-called "multi
|
769
|
+
<div class="paragraph"><p>Both ways of running <code>git multi</code> take an optional, so-called "multi-repo"
|
770
770
|
argument to limit the operation to the list of repositories in the referenced
|
771
|
-
"multi
|
771
|
+
"multi-repo", ie. a single GitHub user or a single GitHub organization:</p></div>
|
772
772
|
<div class="verseblock">
|
773
773
|
<pre class="content"><em>git multi</em> ++<multi_repo> --<option> [<option_arguments>]</pre>
|
774
774
|
<div class="attribution">
|
@@ -1186,7 +1186,7 @@ git multi --json | jq -r '.[] | select(.fork == true) | .full_name'</code></pre>
|
|
1186
1186
|
</dt>
|
1187
1187
|
<dd>
|
1188
1188
|
<p>
|
1189
|
-
definitions for so-called "superproject" multi
|
1189
|
+
definitions for so-called "superproject" multi-repos
|
1190
1190
|
</p>
|
1191
1191
|
</dd>
|
1192
1192
|
</dl></div>
|
@@ -1222,7 +1222,7 @@ the <code>jq</code> command-line utility:
|
|
1222
1222
|
<div id="footer">
|
1223
1223
|
<div id="footer-text">
|
1224
1224
|
Last updated
|
1225
|
-
2020-01-
|
1225
|
+
2020-01-27 10:19:18 GMT
|
1226
1226
|
</div>
|
1227
1227
|
</div>
|
1228
1228
|
</body>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-multi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Vandenberk
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-01-
|
11
|
+
date: 2020-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|