Skip to content

Commit 266ede9

Browse files
committed
Put ~git/.gitconfig under mitamae's control
1 parent d8debb3 commit 266ede9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

recipes/files/var/git/.gitconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[user]
2+
name = git
3+
email = svn-admin@ruby-lang.org
4+
[push]
5+
default = matching
6+
[pull]
7+
rebase = true

recipes/git-user.rb

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@
1414
mode "600"
1515
owner "git"
1616
end
17+
18+
remote_file "/var/git/.gitconfig" do
19+
mode "644"
20+
owner "git"
21+
end

0 commit comments

Comments
 (0)