MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

:UpdateAddons not updating git master #53

Closed mschulkind closed 12 years ago

mschulkind commented 12 years ago

I keep running :UpdateAddons and I see all of the commands that are run, but I only ever see git fetch and never a git pull or similar, so the remote tracking branches update, but I don't ever get any actual addon updates.

Am I doing something wrong?

Silex commented 12 years ago

VAM never does git fetch, it always does git clone or git pull. What version are you using?

MarcWeber commented 12 years ago

Excerpts from Matthew Schulkind's message of Thu Oct 27 06:13:58 +0200 2011:

I keep running :UpdateAddons and I see all of the commands that are run, but I only ever see git fetch and never a git pull or similar, so the remote tracking branches update, but I don't ever get any actual addon updates. run git pull manually once. Then retry. I assume you're stuck with a bad version which was online for a couple of days. See commit message of: 62a0f2c0b00d7a0f

Am I doing something wrong? No - you've had bad luck checking out VAM in that time slice. That's all

Marc Weber

mschulkind commented 12 years ago

Yes, that was exactly it. That commit was created 7/29 and my HEAD was pointed at a commit from 7/25. Just ran a git pull for vim-addon-manager and everything is back to normal.

Thanks.