summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2012-10-07 16:38:41 -0700
committerBrian Dolbec <dolsen@gentoo.org>2012-10-07 16:38:41 -0700
commitfaf6c74c1aa866d62137dcf203b3bca7a0e32634 (patch)
tree9e83551c6b7aedbf4be355dc6a56e7d26562f4c9 /etc
parent2bc0b7478a14a9bf95a2e3728ed5a5f8d755e9b1 (diff)
downloadlayman-faf6c74c1aa866d62137dcf203b3bca7a0e32634.tar.gz
layman-faf6c74c1aa866d62137dcf203b3bca7a0e32634.tar.bz2
layman-faf6c74c1aa866d62137dcf203b3bca7a0e32634.zip
Add setting the default user name and email when adding new git based overlays. Bug 433687.
Diffstat (limited to 'etc')
-rw-r--r--etc/layman.cfg10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg
index 7f7baab..a99ab9d 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -188,3 +188,13 @@ news_reporter: portage
#tar_postsync :
#g-common_postsync :
+
+#-----------------------------------------------------------
+# Layman user info
+#
+# The user name and email to use when adding new repos
+#
+#git_user : layman
+#git_email : layman@localhost
+
+