Set author/committer name/email from dotfiles.
authorIain Patterson <me@iain.cx>
Tue, 6 Jan 2015 10:25:15 +0000 (10:25 +0000)
committerIain Patterson <me@iain.cx>
Wed, 7 Jan 2015 09:22:07 +0000 (09:22 +0000)
commit052275b71b2580e040fd4b1f97dfe7fd3d58ec0b
tree8f0c6d43e9941c46691ecb55267d62008397acb0
parent43bd09dddc21deb45cee89c4bff4e094c9acab09
Set author/committer name/email from dotfiles.

Read author name from .git_author_name and author email from
.git_author_email.  Read committer name and email from
.git_commiter_name and .git_committer_email.

Fall back to author name/email if committer name/email is undefined.

Look in HOME first then PROFILE_HOME, unlike many other profile scripts
which override settings in HOME with PROFILE_HOME.
.profile.d/git-commit-tree.bashrc [new file with mode: 0644]