From: Karl Hasselström Date: Mon, 28 Jan 2008 22:11:32 +0000 (+0100) Subject: Teach new infrastructure about the default author and committer X-Git-Tag: v0.15-rc1~282 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/2057c23e53f033a4994eecfa004541f73f163e46?hp=2057c23e53f033a4994eecfa004541f73f163e46 Teach new infrastructure about the default author and committer As specified by the config options user.name and user.email, and the environment variables GIT_{AUTHOR,COMMITTER}_{NAME,EMAIL,DATE} (the latter overriding the former). Nothing uses this yet, but "stg edit" will soon. Signed-off-by: Karl Hasselström ---