Skip to content

Support wildcards in tag option #476

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

Merged
merged 1 commit into from
Apr 17, 2016
Merged

Support wildcards in tag option #476

merged 1 commit into from
Apr 17, 2016

Conversation

junegunn
Copy link
Owner

Close #427

  • No manual parsing of the expression; just uses git tag --list <pattern> for wildcard expansion
  • ProTip: { 'tag: '*' } will point to the latest tagged release
  • Requires git 1.9.2 or above (error: unknown option 'sort')
    • Are we fine with this? I think it's okay, as it's probably not going to be the most popular option.
    • So the test case fails on travis-ci as it comes with git 1.8.5.6.
      • We can either install the latest git using ppa, or just skip the test if the version requirement is not met
      • Since I'd like to make sure that vim-plug is still functional with older versions of git and Vim, so let's go with the latter.

/cc @vilhalmer

@junegunn junegunn self-assigned this Apr 17, 2016
@junegunn junegunn merged commit 0507fc8 into master Apr 17, 2016
@junegunn junegunn deleted the tag-wildcard branch April 17, 2016 09:40
@vilhalmer
Copy link

Excellent, thanks so much!

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

Successfully merging this pull request may close these issues.

2 participants