about summary refs log tree commit homepage
DateCommit message (Collapse)
2009-12-10prep for release v0.0.0
2009-12-09trap and noop SIGWINCH, too
2009-11-29do not expand paths given by shell
Shells already expand '~' before the executables see it, and relative paths inside symlinks can get set incorrectly to the actual directory name, and not the (usually desired) symlink name for things like Capistrano. Since our paths are now unexpanded, we must now check the "working_directory" directive and raise an error if the user specifies the config file in a way that makes the config file unreloadable.
2009-11-27initial