summaryrefslogtreecommitdiff
path: root/commit.d/50vcs-commit
AgeCommit message (Expand)Author
2016-01-22Support ~/.config/git/config when determining the author name and email. Than...Joey Hess
2015-12-01/dev/null test outputJoey Hess
2015-11-30bzr: make sure EMAIL is definedSerge Hallyn
2015-08-04Fix typo of GIT_COMMITTER_EMAIL.Joey Hess
2015-06-01use getent(1) from glibc to retrieve user homeElan Ruusamäe
2013-11-03export on separate line from variable definitionJoey Hess
2013-11-03Export Git variables, otherwise Git falls back to determining them itself.Michael Kuhn
2013-07-31Fix hilarious typo hardcoding my name. Closes: #718425Joey Hess
2013-07-27Guard git config calls. Closes: #717957Joey Hess
2013-07-22Use user.name and user.email from the .gitconfig file belonging to the user w...Joey Hess
2011-02-20Only set environment variables for commit authorship (EMAIL, GIT_AUTHOR_NAME,...Josh Triplett
2010-10-20Deal with strange systems that include the domain name in the hostname, by st...Joey Hess
2010-10-20Set GIT_COMMITTER_EMAIL to root@$hostname to avoid git prompting the user to ...Joey Hess
2010-09-11Ignore -m switch to etckeeper commit, in case someone tries to use it with th...Joey Hess
2010-06-02Fix backwards test for HGUSER. (Mike Rich)Joey Hess
2010-05-28Both git and bzr default to showing the author of a commit, and not the commi...Joey Hess
2010-05-28hg: Set HGUSER (if not already set) to avoid warning message when committing....Joey Hess
2010-05-16Support etckeeper commit --stdinJoey Hess
2010-04-15missing rmJoey Hess
2010-04-15Fix logic error in darcs user code. Closes: #577918Joey Hess
2010-04-15Revert darcs to using --logfile again, necessary for multiline commit message...Joey Hess
2010-04-08Avoid using hostname -f, since on Solaris that sets the hostname to -f. Yay, ...Joey Hess
2010-03-12darcs cleanupJoey Hess
2010-02-18Record real committer username in the darcs log, so that the man page can say...Joey Hess
2010-02-18Check owner of tty to determine who has su'd to root when committing, based o...Joey Hess
2009-07-19bzr: Set author to root when committing via sudo. Committer will be the sudo ...Joey Hess
2009-06-28Use hostname if hostname -f fails. Closes: #533295Joey Hess
2009-02-04Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032Joey Hess
2009-01-28Use SUDO_USER as the committer if set. Closes: #498739 (Thierry Carrez)Joey Hess
2008-03-11* Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515Joey Hess
2008-01-15 * Convert the directory parameter of etckeeper into "-d directory".Joey Hess