Age | Commit message (Expand) | Author |
2014-05-08 | Added support for pushing to multiple remote repositories | Rouben |
2013-11-03 | export on separate line from variable definition | Joey Hess |
2013-11-03 | Export Git variables, otherwise Git falls back to determining them itself. | Michael Kuhn |
2013-10-01 | Autopush support for mercurial added. | kes31 |
2013-07-31 | Fix hilarious typo hardcoding my name. Closes: #718425 | Joey Hess |
2013-07-27 | Guard git config calls. Closes: #717957 | Joey Hess |
2013-07-22 | Use user.name and user.email from the .gitconfig file belonging to the user w... | Joey Hess |
2013-05-06 | Fix warning when PUSH_REMOTE is not set. Closes: #706917 | Joey Hess |
2012-11-19 | improvements to push code | Joey Hess |
2012-11-18 | Add support for auto-pushing after a commit | L. Alberto Giménez |
2012-01-14 | Fix up botched git-rm conffile removal from 0.58. | Joey Hess |
2011-11-25 | Use git add -A, which automatically removes deleted files, and avoids a separ... | Joey Hess |
2011-02-20 | Only set environment variables for commit authorship (EMAIL, GIT_AUTHOR_NAME,... | Josh Triplett |
2011-01-13 | Rewrote 50git-rm | Joey Hess |
2010-10-20 | Deal with strange systems that include the domain name in the hostname, by st... | Joey Hess |
2010-10-20 | Set GIT_COMMITTER_EMAIL to root@$hostname to avoid git prompting the user to ... | Joey Hess |
2010-09-11 | Ignore -m switch to etckeeper commit, in case someone tries to use it with th... | Joey Hess |
2010-06-02 | Fix backwards test for HGUSER. (Mike Rich) | Joey Hess |
2010-05-28 | Both git and bzr default to showing the author of a commit, and not the commi... | Joey Hess |
2010-05-28 | hg: Set HGUSER (if not already set) to avoid warning message when committing.... | Joey Hess |
2010-05-16 | Support etckeeper commit --stdin | Joey Hess |
2010-04-15 | missing rm | Joey Hess |
2010-04-15 | Fix logic error in darcs user code. Closes: #577918 | Joey Hess |
2010-04-15 | Revert darcs to using --logfile again, necessary for multiline commit message... | Joey Hess |
2010-04-08 | Avoid using hostname -f, since on Solaris that sets the hostname to -f. Yay, ... | Joey Hess |
2010-03-12 | darcs cleanup | Joey Hess |
2010-02-18 | Record real committer username in the darcs log, so that the man page can say... | Joey Hess |
2010-02-18 | Check owner of tty to determine who has su'd to root when committing, based o... | Joey Hess |
2009-07-19 | bzr: Set author to root when committing via sudo. Committer will be the sudo ... | Joey Hess |
2009-06-28 | Use hostname if hostname -f fails. Closes: #533295 | Joey Hess |
2009-02-13 | Fix executable bits on two darcs support scripts. | Joey Hess |
2009-02-04 | Support darcs. Thanks to Gian Piero Carrubba. Closes: #510032 | Joey Hess |
2009-01-28 | Use SUDO_USER as the committer if set. Closes: #498739 (Thierry Carrez) | Joey Hess |
2009-01-25 | Prevent git from removing a directory when the last file in it has been remov... | Joey Hess |
2008-09-14 | commit.d: use git add -A | Miklos Vajna |
2008-05-30 | Make 'bzr add' quiet so new files aren't printed to stdout twice. | Jelmer Vernooij |
2008-04-05 | Remove pointless bzr-rm script. | Jelmer Vernooij |
2008-04-05 | Merge commit 'jelmer/master' | Joey Hess |
2008-04-05 | Add commit hook script for bzr to add new files | Joey Hess |
2008-04-05 | Remove now obsolete precommit script for bzr. | Jelmer Vernooij |
2008-04-05 | Add commit hook script for bzr to add new files | dAniel hAhler |
2008-04-05 | remove unused TAB settings | Joey Hess |
2008-03-11 | * Add support for bzr, thanks to Mark A. Hershberger. Closes: #470515 | Joey Hess |
2008-01-15 | * Convert the directory parameter of etckeeper into "-d directory". | Joey Hess |