tvd-git 0.0.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.
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
[core]
|
|
2
|
+
editor = vim
|
|
3
|
+
|
|
4
|
+
[diff]
|
|
5
|
+
external = git_diff_vim
|
|
6
|
+
|
|
7
|
+
[pager]
|
|
8
|
+
diff =
|
|
9
|
+
|
|
10
|
+
[push]
|
|
11
|
+
default = tracking
|
|
12
|
+
|
|
13
|
+
[alias]
|
|
14
|
+
lg = log --oneline --name-status --decorate --graph
|
|
15
|
+
serve = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
|
|
16
|
+
|
|
17
|
+
[color]
|
|
18
|
+
ui = true
|
|
19
|
+
|
|
20
|
+
[color "branch"]
|
|
21
|
+
current = yellow reverse
|
|
22
|
+
local = yellow
|
|
23
|
+
remote = green
|
|
24
|
+
|
|
25
|
+
[color "diff"]
|
|
26
|
+
meta = yellow bold
|
|
27
|
+
frag = magenta bold
|
|
28
|
+
old = red bold
|
|
29
|
+
new = green bold
|
|
30
|
+
|
|
31
|
+
[color "status"]
|
|
32
|
+
added = yellow
|
|
33
|
+
changed = green
|
|
34
|
+
untracked = cyan
|
|
35
|
+
|
|
36
|
+
[user]
|
|
37
|
+
name = <%= node[:secrets][:name] %>
|
|
38
|
+
email = <%= node[:secrets][:email] %>
|
|
39
|
+
|
|
40
|
+
<% if node[:secrets][:github] %>
|
|
41
|
+
[github]
|
|
42
|
+
user = <%= node[:secrets][:github][:user] %>
|
|
43
|
+
token = <%= node[:secrets][:github][:token] %>
|
|
44
|
+
<% end %>
|
|
45
|
+
|
|
46
|
+
[hub]
|
|
47
|
+
protocol = https
|
|
48
|
+
|
metadata
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: tvd-git
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 29
|
|
5
|
+
prerelease:
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.0.1
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Tom Bombadil
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2011-11-30 00:00:00 Z
|
|
19
|
+
dependencies:
|
|
20
|
+
- !ruby/object:Gem::Dependency
|
|
21
|
+
name: microwave
|
|
22
|
+
prerelease: false
|
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
24
|
+
none: false
|
|
25
|
+
requirements:
|
|
26
|
+
- - ">="
|
|
27
|
+
- !ruby/object:Gem::Version
|
|
28
|
+
hash: 3
|
|
29
|
+
segments:
|
|
30
|
+
- 0
|
|
31
|
+
version: "0"
|
|
32
|
+
type: :runtime
|
|
33
|
+
version_requirements: *id001
|
|
34
|
+
description: git tv-dinner
|
|
35
|
+
email: amanibhavam@destructuring.org
|
|
36
|
+
executables: []
|
|
37
|
+
|
|
38
|
+
extensions: []
|
|
39
|
+
|
|
40
|
+
extra_rdoc_files: []
|
|
41
|
+
|
|
42
|
+
files:
|
|
43
|
+
- cookbooks/git/recipes/default.rb
|
|
44
|
+
- cookbooks/git/templates/default/gitconfig.erb
|
|
45
|
+
homepage: https://github.com/HeSYINUvSBZfxqA/tvd-git
|
|
46
|
+
licenses: []
|
|
47
|
+
|
|
48
|
+
post_install_message:
|
|
49
|
+
rdoc_options: []
|
|
50
|
+
|
|
51
|
+
require_paths:
|
|
52
|
+
- cookbooks
|
|
53
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
54
|
+
none: false
|
|
55
|
+
requirements:
|
|
56
|
+
- - ">="
|
|
57
|
+
- !ruby/object:Gem::Version
|
|
58
|
+
hash: 3
|
|
59
|
+
segments:
|
|
60
|
+
- 0
|
|
61
|
+
version: "0"
|
|
62
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
|
+
none: false
|
|
64
|
+
requirements:
|
|
65
|
+
- - ">="
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
hash: 3
|
|
68
|
+
segments:
|
|
69
|
+
- 0
|
|
70
|
+
version: "0"
|
|
71
|
+
requirements: []
|
|
72
|
+
|
|
73
|
+
rubyforge_project:
|
|
74
|
+
rubygems_version: 1.8.11
|
|
75
|
+
signing_key:
|
|
76
|
+
specification_version: 3
|
|
77
|
+
summary: git tv-dinner
|
|
78
|
+
test_files: []
|
|
79
|
+
|