git-multi 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae3ea0db8c3ed8b96a4c03075a8fc03776e263dc
4
- data.tar.gz: f5bc88dda1be61636658ecdb265afed9059d81de
3
+ metadata.gz: 51588224906aef318ed5a82707903308fb3b6893
4
+ data.tar.gz: 0d7a81cb842e75eca9376a13b4208664f37b07f0
5
5
  SHA512:
6
- metadata.gz: ae0f27414bc44b20290191c1e126bea2a75fb248bbf64a0f361ffc606a0b55d6fd3f916185874ad6afdb24821972002adbd95c9b05aea47a09e19278c76f881f
7
- data.tar.gz: 94649a8d55edbcc6a4ef5e90313d6e46c9357ac87117036e555c17abba1a0609f64d1e5b79d1734b42797cf163e90482c21676fc4ea6daeae4495b327e04a931
6
+ metadata.gz: c8bf7f8f280a7c68c3dd3b4ba75bfb116a2d733fffd8c1f9f1def816c4ff5cea279a39737cd04ba75590634b955d616e225e32d8c0b7146583af9dfa93b06285
7
+ data.tar.gz: f22a97171ca367bb483bc8a43b66adcdab6e07554378c51e33032344ab0176361e1cd6ab94be25ee9c47939ce2d6db982752b96731afd15d06094848ee9a9c43
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git-multi (4.0.0)
4
+ git-multi (4.0.1)
5
5
  faraday (>= 0.9)
6
6
  octokit (~> 4)
7
7
 
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 repo)
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 repo: #{$ERROR_INFO.message}\n\n" \
58
- '(use `git multi --report` to list all known multi repos)'
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!
@@ -1,7 +1,7 @@
1
1
  module Git
2
2
  module Multi
3
3
  NAME = 'git-multi'.freeze
4
- VERSION = '4.0.0'.freeze
4
+ VERSION = '4.0.1'.freeze
5
5
 
6
6
  def self.version
7
7
  "#{NAME} v#{VERSION}"
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/25/2020
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/25/2020" "Git 2\&.23\&.0\&.606\&.g08da64" "Git Manual"
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\&.0\fR of \fIgit multi\fR \&... hooray!
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 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:
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 repos
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 repo"
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 repo", ie. a single GitHub user or a single GitHub organization:
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 repos
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.0</code> of <em>git multi</em> &#8230; hooray!</p></div>
751
+ <div class="paragraph"><p>This is <code>v4.0.1</code> of <em>git multi</em> &#8230; 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> &lt;git_command&gt; [&lt;git_command_arguments&gt;]</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 repo"
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 repo", ie. a single GitHub user or a single GitHub organization:</p></div>
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> ++&lt;multi_repo&gt; --&lt;option&gt; [&lt;option_arguments&gt;]</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 repos
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-25 11:55:56 GMT
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.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-25 00:00:00.000000000 Z
11
+ date: 2020-01-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday