git-multi 2.8.0 → 2.9.0
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 +5 -5
- data/Gemfile.lock +1 -1
- data/lib/git/multi.rb +2 -2
- data/lib/git/multi/version.rb +1 -1
- data/man/git-multi.1 +6 -6
- data/man/git-multi.html +4 -4
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 596879dbac47393252692dd7f067f5ffa1b26b05
|
|
4
|
+
data.tar.gz: 45f9bb9d6a93ce488409c9f09eb372e1d8335666
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59f386674124243df56b693f21941c2d407e52805cd9bd1bd536342369954feb8f5c98cd129b7d37f6fc4f6c4a492722d00496346288152be25e348ce7820156
|
|
7
|
+
data.tar.gz: c1ec14839f81aed56ae9fdfc840386a7b368edc2cf7b6c1a47665b216612d01e3aefe19cad18026c0560cb3409547e4a8647ee1cbe91d5082a03e9906ef9637b
|
data/Gemfile.lock
CHANGED
data/lib/git/multi.rb
CHANGED
|
@@ -157,10 +157,10 @@ module Git
|
|
|
157
157
|
if STDOUT.tty? && STDERR.tty?
|
|
158
158
|
STDOUT.puts "#{full_name.invert} (#{fractional_index})"
|
|
159
159
|
interactive.call(self)
|
|
160
|
-
elsif STDERR.tty?
|
|
160
|
+
elsif STDERR.tty? && captured
|
|
161
161
|
errors = File.join(ENV['TMPDIR'], "git-multi.#{$PID}")
|
|
162
162
|
captured.call(self, errors)
|
|
163
|
-
|
|
163
|
+
if File.exist?(errors) && !File.zero?(errors)
|
|
164
164
|
# rubocop:disable Style/StderrPuts
|
|
165
165
|
STDERR.puts "#{full_name.invert} (#{fractional_index})"
|
|
166
166
|
Kernel.system "cat #{errors} > /dev/tty ;"
|
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:
|
|
5
|
+
.\" Date: 01/06/2020
|
|
6
6
|
.\" Manual: Git Manual
|
|
7
|
-
.\" Source: Git 2.23.0.
|
|
7
|
+
.\" Source: Git 2.23.0.606.g08da6496b6.dirty
|
|
8
8
|
.\" Language: English
|
|
9
9
|
.\"
|
|
10
|
-
.TH "GIT\-MULTI" "1" "
|
|
10
|
+
.TH "GIT\-MULTI" "1" "01/06/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 \fBv2\&.
|
|
34
|
+
This is \fBv2\&.9\&.0\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:
|
|
@@ -509,8 +509,8 @@ releases_url size ssh_url
|
|
|
509
509
|
stargazers_count stargazers_url statuses_url
|
|
510
510
|
subscribers_count subscribers_url subscription_url
|
|
511
511
|
svn_url tags_url teams_url
|
|
512
|
-
trees_url updated_at
|
|
513
|
-
watchers watchers_count
|
|
512
|
+
temp_clone_token trees_url updated_at
|
|
513
|
+
url watchers watchers_count
|
|
514
514
|
.fi
|
|
515
515
|
.if n \{\
|
|
516
516
|
.RE
|
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>v2.
|
|
751
|
+
<div class="paragraph"><p>This is <code>v2.9.0</code> of <em>git multi</em> … hooray!</p></div>
|
|
752
752
|
</div>
|
|
753
753
|
</div>
|
|
754
754
|
<div class="sect1">
|
|
@@ -1129,8 +1129,8 @@ releases_url size ssh_url
|
|
|
1129
1129
|
stargazers_count stargazers_url statuses_url
|
|
1130
1130
|
subscribers_count subscribers_url subscription_url
|
|
1131
1131
|
svn_url tags_url teams_url
|
|
1132
|
-
trees_url updated_at
|
|
1133
|
-
watchers watchers_count</code></pre>
|
|
1132
|
+
temp_clone_token trees_url updated_at
|
|
1133
|
+
url watchers watchers_count</code></pre>
|
|
1134
1134
|
</div></div>
|
|
1135
1135
|
</div>
|
|
1136
1136
|
</div>
|
|
@@ -1214,7 +1214,7 @@ the <code>jq</code> command-line utility:
|
|
|
1214
1214
|
<div id="footer">
|
|
1215
1215
|
<div id="footer-text">
|
|
1216
1216
|
Last updated
|
|
1217
|
-
|
|
1217
|
+
2020-01-06 20:55:00 GMT
|
|
1218
1218
|
</div>
|
|
1219
1219
|
</div>
|
|
1220
1220
|
</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: 2.
|
|
4
|
+
version: 2.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Vandenberk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -188,7 +188,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
189
|
version: '0'
|
|
190
190
|
requirements: []
|
|
191
|
-
|
|
191
|
+
rubyforge_project:
|
|
192
|
+
rubygems_version: 2.5.2.3
|
|
192
193
|
signing_key:
|
|
193
194
|
specification_version: 4
|
|
194
195
|
summary: The ultimate multi-repo utility for git!
|