Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run "update" automatically on first request #6

Closed
drnic opened this issue Jan 24, 2011 · 1 comment
Closed

Run "update" automatically on first request #6

drnic opened this issue Jan 24, 2011 · 1 comment

Comments

@drnic
Copy link

drnic commented Jan 24, 2011

I ran "git pulls list" and got an error:

$ git pulls list
Open Pull Requests for drnic/rubigen
/Library/Ruby/Gems/1.8/gems/git-pulls-0.1.0/bin/../lib/git-pulls.rb:178:in `read': No such file or directory - .git/pulls_cache.json (Errno::ENOENT)

Perhaps run the update command automatically if .git/pulls_cache.json is missing?

@cypher
Copy link
Contributor

cypher commented Jan 26, 2011

Make sure there's a cache file before running the command. Closed by 01fbbf9.

When git-pulls is run and no cache file exists, an exception occurs.
Make sure that update is run before any other command if the file
doesn't exist.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants