summaryrefslogtreecommitdiff
path: root/doc/todo/etckeeper/comment_5_af3b29e3e066c05e4b5a0004f0e57926._comment
blob: 11e59e2c2de55e2de0c0d7812fc376925c5d2704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[[!comment format=mdwn
 username="joey"
 subject="""comment 5"""
 date="2018-01-06T17:38:34Z"
 content="""
I avoid those warnings with properties that clone dotfiles repos containing
.gitconfig for root and users who can sudo.

It would be fine to have a property to configure them in
/etckeeper/.git/config, if you wanted to write it.
I think this would do it:

	Git.repoConfigured "/etc/" ("user.name", "whatever")
	Git.repoConfigured "/etc/" ("user.email", "whatever@whatever")

Those would only be used when the user running etckeeper has not configured
it in their own ~/.gitconfig
"""]]