gitlab_git 7.2.3 → 7.2.4
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/repository.rb +5 -0
- 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: 1d43d1859e1ba560a9b0bef8f3e7648428db5183
|
4
|
+
data.tar.gz: 45fe03e2f99ab9d0a238daa50c61253fff10128e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bdaa34ce7d4396dba478349431b0ef123249f60a63986413d2b5a4387be4859849693a898c6051c6b9e6b6b3a11b435db86b2b3667a0054e03ef821c8e7a9ef
|
7
|
+
data.tar.gz: 916c7d976cf401ee50c594b418a3c0562284df425f19b89464afdc9ce6eed929a1b3533194e72565c8f7c24b9b978b8fa10e3514afa0d52082cd6c72612898ee
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
7.2.
|
1
|
+
7.2.4
|
@@ -756,6 +756,11 @@ module Gitlab
|
|
756
756
|
commits
|
757
757
|
end
|
758
758
|
|
759
|
+
# Set the "core.autocrlf" config option to true for this repo.
|
760
|
+
def enable_autocrlf
|
761
|
+
rugged.config['core.autocrlf'] = true
|
762
|
+
end
|
763
|
+
|
759
764
|
private
|
760
765
|
|
761
766
|
# Get the content of a blob for a given commit. If the blob is a commit
|
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.2.
|
4
|
+
version: 7.2.4
|
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-06-
|
11
|
+
date: 2015-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gitlab-linguist
|