stevenharman / git_tracker

Some simple tricks that make working with Pivotal Tracker even better... and easier... um, besier!
https://github.com/stevenharman/git_tracker
MIT License
170 stars 11 forks source link

wrong number of arguments #15

Closed michelkaeser closed 11 years ago

michelkaeser commented 11 years ago

Hi there

I've installed git-tracker via homebrew. all interaction with it fails with the given error message:

/usr/local/bin/git-tracker:205:in `execute': wrong number of arguments (0 for 1) (ArgumentError)
    from /usr/local/bin/git-tracker:205

I was able to run git-tracker install - but what's next?

What commands can be run? I've tried with check and some more, but nothing works.

stevenharman commented 11 years ago

Once you've had a read through the Installation instructions, and then run git-tracker install from within a git repo... that's it!

Remember that this is a git hook, so git actually interacts with this hook during its normal lifecycle of committing, rebasing, merging, etc.

alindeman commented 11 years ago

Maybe running git-tracker alone should print something like the message you just said?

stevenharman commented 11 years ago

Yeah, that's a good idea. Spilling some help messages would probably be nice.

stevenharman commented 11 years ago

Closed with ed3e9efd2e65fa4a693447c10b5cf8672e809842 and available in the 1.6.1 release.