git-thin 0.0.15 → 0.0.16
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/lib/git-thin/command/action.rb +3 -1
- data/lib/git-thin/gem_version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bafdfba2291c303cdd8323be585c2b0fe503205b88ef7b9c300cbaea43826a1a
|
4
|
+
data.tar.gz: d3ebbcb0a18cc9a0684906c021ab5fb01ae268493cd1be9a780e2dfe7d4bbf02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fd70b5898c1d5cd37ad2eaeeae2dfc2b8ddafe39ed034426a4efa609044b177872e317764b07691fe0051942b41a488c4c273e7efa0a09cadbda2a4a5a0cd32
|
7
|
+
data.tar.gz: b671c9d32c8c77a3fc0978b122c4111326db748232a97d198081db4cbf1997c835a1e84e327bf0c689ba24a404e90f70448b715285a42b57872c9a9a0fcddc8b
|
@@ -84,9 +84,10 @@ module GitThin
|
|
84
84
|
if config
|
85
85
|
value = config.getValue('lfs')
|
86
86
|
values.push value
|
87
|
-
logN "[thin] platform:#{type} lfs:#{value}
|
87
|
+
logN "[thin] platform:#{type} lfs:#{value}",false
|
88
88
|
end
|
89
89
|
end
|
90
|
+
logN "\n",false
|
90
91
|
run_shell 'git config lfs.fetchinclude '+values.join(',') ,true ,true
|
91
92
|
return values
|
92
93
|
end
|
@@ -103,6 +104,7 @@ module GitThin
|
|
103
104
|
run_shell "git -C #{@source_root} #{@action} "+@argv_remainder.join(' '),true ,LOGPRUNE|LOGC do |outs,errs,status|
|
104
105
|
shell_ret = status
|
105
106
|
end
|
107
|
+
run_shell "git -C #{@source_root} lfs "+@argv_remainder.join(' '),true ,LOGPRUNE|LOGC
|
106
108
|
if old_config.strip == ''
|
107
109
|
run_shell 'git config --unset lfs.fetchinclude' ,true ,true
|
108
110
|
|
data/lib/git-thin/gem_version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-thin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kyle.zhou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
104
104
|
- !ruby/object:Gem::Version
|
105
105
|
version: '0'
|
106
106
|
requirements: []
|
107
|
-
rubygems_version: 3.0.
|
107
|
+
rubygems_version: 3.0.9
|
108
108
|
signing_key:
|
109
109
|
specification_version: 4
|
110
110
|
summary: A longer description of git-thin.
|