Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Makefile now builds using cabal, taking advantage of cabal's automatic ↵ | Joey Hess | 2013-02-27 |
| | | | | | | | | | detection of appropriate build flags. The only thing lost is ./ghci Speed: make fast used to take 20 seconds here, when rebuilding from touching Command/Unused.hs. With cabal, it's 29 seconds. | ||
* | avoid trying to use GECOS on Android, which responds with sig11 | Joey Hess | 2013-02-19 |
| | |||
* | assistant: Detect when system is not configured with a user name, and set ↵ | Joey Hess | 2013-01-06 |
| | | | | environment to prevent git from failing. | ||
* | finished where indentation changes | Joey Hess | 2012-12-13 |
| | |||
* | Use USER and HOME environment when set, and only fall back to getpwent, ↵ | Joey Hess | 2012-10-25 |
which doesn't work with LDAP or NIS. |