gitlab_git 7.1.8 → 7.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/gitlab_git/popen.rb +1 -1
- data/lib/gitlab_git/repository.rb +2 -1
- 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: b1a60ba36fe426b15352fa6b00d21c7d51267ff0
|
4
|
+
data.tar.gz: 340cf0a4dd103cc15b0cd78a32116ffb7bf22419
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6fac11c60f8d1fd2ef0cd61a9b320f56aaed593766353c31e7c3529d6ac65f8d18100d5b8ce9be8038b0dbcd2386a2de6bd1784550c36e721c0fdcc281d32060
|
7
|
+
data.tar.gz: d32bb7ab2116124f4e51cf4809672a1d746b18fb3803394698ba9cf7e5ba042ba84623bcaf1194b2624d433713e595314c92621e7d700232667a218eedef7fc5
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
7.1.
|
1
|
+
7.1.9
|
data/lib/gitlab_git/popen.rb
CHANGED
@@ -786,6 +786,7 @@ module Gitlab
|
|
786
786
|
else
|
787
787
|
next unless results[current]
|
788
788
|
match_data = txt.match(/(\w+)\s*=\s*(.*)/)
|
789
|
+
next unless match_data
|
789
790
|
results[current][match_data[1]] = match_data[2]
|
790
791
|
|
791
792
|
if match_data[1] == "path"
|
@@ -853,7 +854,7 @@ module Gitlab
|
|
853
854
|
|
854
855
|
if commit.parents.empty?
|
855
856
|
# This is the root commit, return true if it has +path+ in its tree
|
856
|
-
return entry
|
857
|
+
return !entry.nil?
|
857
858
|
end
|
858
859
|
|
859
860
|
num_treesame = 0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab_git
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.1.
|
4
|
+
version: 7.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitriy Zaporozhets
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gitlab-linguist
|