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

Adds vundle-before-update tag to unbreak plugins after updates #832

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dbosk
Copy link

@dbosk dbosk commented Aug 25, 2017

Sometimes plugins break after update. In those cases it's difficult to restore the plugin to its previous version. With this commit Vundle will create a tag (vundle-before-update) which keeps track of the commit used before an update. This makes it easy to go back to use the previous version.

Maybe it's better to timestamp the tags, e.g. vundle-update-TIME, but having one level of undo is sufficient to solve the problem.

Comments are appreciated.

Sometimes plugins break after update. In those cases it's difficult to
restore the plugin to its previous version. With this commit Vundle will
create a tag (`vundle-before-update`) which keeps track of the commit
used before an update. This makes it easy to go back to use the previous
version.
@ryanoasis
Copy link
Member

@dbosk This is an interesting suggestion/idea. Maybe it would be better as an optional (and default not turned on) feature?

@dbosk
Copy link
Author

dbosk commented Nov 13, 2017 via email

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

Successfully merging this pull request may close these issues.

None yet

2 participants