From: Michael Prokop Date: Mon, 29 Sep 2008 21:51:36 +0000 (+0200) Subject: Extend user section information (we need some further environment variables) X-Git-Tag: v0.3.58~4 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=48973e6a60a7534b220cc91903fd2aedcaa83128 Extend user section information (we need some further environment variables) --- diff --git a/etc/skel/.gitconfig b/etc/skel/.gitconfig index c50bebe..9b063fa 100644 --- a/etc/skel/.gitconfig +++ b/etc/skel/.gitconfig @@ -5,10 +5,10 @@ # License: This file is licensed under the GPL v2 or any later version. ################################################################################ -# Notice: We do not set user section by default so synching -# with this file is as easy as possible. Use GIT_AUTHOR_NAME -# and GIT_AUTHOR_EMAIL via your shell environment instead if -# possible. +# Notice: We do not set user section by default so syncing +# with this file is as easy as possible. Use +# GIT_AUTHOR_NAME, GIT_COMMITTER_NAME, GIT_AUTHOR_EMAIL and +# GIT_COMMITTER_EMAIL via your shell environment instead. #[user] # name = Grml User # email = git@grml.org