David E. Wheeler

Results 436 comments of David E. Wheeler

Excellent, thanks for the feedback, @acrobat!

In expectation of the proposed work here, In da8f24e5 I went ahead and added support for "merge" events to be logged. None are logged yet, but I wanted to get...

FWIW, you can create object-specific templates yourself, as detailed in [this blog post](http://theory.pm/sqitch/2013/09/06/sqitch-templating/).

Cool, not the first time it has happened. I should add notes to various docs to this effect, it's not the first time it has come up.

You might be interested in #21, @chamini2, where I mention that there is already syntax for adding revert changes to the plan file, but I haven't through through the ramifications...

You can just add the required item to the new line in the plan file, @gpwatsona. Or, if you're using source control, revert the change (`git checkout sqitch.plan`) and add...

Removing from the v1.0 milestone. No one complains, so no rush.

How did you install Sqitch? Looks like you're using Homebred-installed Perl, but can't see how you've installed Sqitch. Looks like you just downloaded it and tried to run it. I...

With Homebrew, all you have to do is run these two commands: ``` brew tap sqitchers/sqitch brew install sqitch --with-snowflake-support ``` I don't see these commands your paste above, which...