git-multi 1.2.0 → 1.2.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 +4 -4
- data/exe/git-multi +1 -1
- data/lib/git/multi/version.rb +1 -1
- data/man/git-multi.1 +1 -1
- data/man/git-multi.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6af6353cc4f6c4e5ad93490b27e19b4ad7c359b12aedeea3ea489d7ffded2c8c
|
|
4
|
+
data.tar.gz: b3c62ae543ce6d46e7f3da8f7647988115dc03f6da09634d40d7ad71612ec34e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e54ff429c6bd5865a1d717d943cc97d1e7436d35d07798ff3b62673c64b72d5056bd2ea331fec7a5ae63dd502aa2271738655c4942dea8666e77061a2344795a
|
|
7
|
+
data.tar.gz: 76544193d3d55ea41b1d2c9328461bc9b2c5a6869f55f4847a6e8a1ab9f7185e23b9a7a6d80f6b4f3f0173a64313614da43fd57ff32efcd94d722e93386d3763
|
data/exe/git-multi
CHANGED
|
@@ -4,7 +4,7 @@ lib = File.expand_path('../../lib', __FILE__)
|
|
|
4
4
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
5
5
|
require 'git/multi'
|
|
6
6
|
|
|
7
|
-
if (command = ARGV.shift)
|
|
7
|
+
if (command = ARGV.shift)&.start_with? '++'
|
|
8
8
|
multi_repo = command[2..-1]
|
|
9
9
|
if Git::Multi.valid?(multi_repo)
|
|
10
10
|
command = nil
|
data/lib/git/multi/version.rb
CHANGED
data/man/git-multi.1
CHANGED
|
@@ -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 \fBv1\&.2\&.
|
|
34
|
+
This is \fBv1\&.2\&.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:
|
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>v1.2.
|
|
751
|
+
<div class="paragraph"><p>This is <code>v1.2.1</code> of <em>git multi</em> … hooray!</p></div>
|
|
752
752
|
</div>
|
|
753
753
|
</div>
|
|
754
754
|
<div class="sect1">
|
|
@@ -1200,7 +1200,7 @@ the <code>jq</code> command-line utility:
|
|
|
1200
1200
|
<div id="footer">
|
|
1201
1201
|
<div id="footer-text">
|
|
1202
1202
|
Last updated
|
|
1203
|
-
2018-11-09 16:
|
|
1203
|
+
2018-11-09 16:43:35 GMT
|
|
1204
1204
|
</div>
|
|
1205
1205
|
</div>
|
|
1206
1206
|
</body>
|