summaryrefslogtreecommitdiff
path: root/commit.d
AgeCommit message (Expand)Author
2016-07-17Make etckeeper commit store metadata changes.Joey Hess
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
2014-05-08Added support for pushing to multiple remote repositoriesRouben
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-10-01Autopush support for mercurial added.kes31
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
2013-05-06Fix warning when PUSH_REMOTE is not set. Closes: #706917Joey Hess
2012-11-19improvements to push codeJoey Hess
2012-11-18Add support for auto-pushing after a commitL. Alberto Giménez
2012-01-14Fix up botched git-rm conffile removal from 0.58.Joey Hess
2011-11-25Use git add -A, which automatically removes deleted files, and avoids a separ...Joey Hess
2011-02-20Only set environment variables for commit authorship (EMAIL, GIT_AUTHOR_NAME,...Josh Triplett
2011-01-13Rewrote 50git-rmJoey Hess
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-13Fix executable bits on two darcs support scripts.Joey 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
2009-01-25Prevent git from removing a directory when the last file in it has been remov...Joey Hess
2008-09-14commit.d: use git add -AMiklos Vajna
2008-05-30Make 'bzr add' quiet so new files aren't printed to stdout twice.Jelmer Vernooij
2008-04-05Remove pointless bzr-rm script.Jelmer Vernooij
2008-04-05Merge commit 'jelmer/master'Joey Hess
2008-04-05Add commit hook script for bzr to add new filesJoey Hess
2008-04-05Remove now obsolete precommit script for bzr.Jelmer Vernooij
2008-04-05Add commit hook script for bzr to add new filesdAniel hAhler
2008-04-05remove unused TAB settingsJoey 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