Up-to-date Manifest with git post-commit hook
I forgot to add project files to my gemspec once too many times. Never again.
$ cat .git/hooks/post-commit
#!/bin/sh
git ls-files > Manifest
Tags: gem, git
This entry was posted on Saturday, October 3rd, 2009 at 10:07 and is filed under git. You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.