Some people may find it weird that the only VCSes Nitpick, a distributed bug tracker, supports is a centralized VCS and the plain filesystem.
git is a popular DVCS. Add support for it.
I've added support for ignoring issue_cache. It seems that the VCS.ignore() method isn't actually generic, but instead only ever ignores that one file.
Some people may find it weird that the only VCSes Nitpick, a distributed bug tracker, supports is a centralized VCS and the plain filesystem. git is a popular DVCS. Add support for it.
Date: 2012-06-28 05:42:33
User: travisb
I've just added mostly complete git support. I just have to implement ignore support for the issue_cache.
Date: 2012-06-28 05:55:27
User: travisb
I've added support for ignoring issue_cache. It seems that the VCS.ignore() method isn't actually generic, but instead only ever ignores that one file.