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

"master" and "pathogen-bundle" are unrelated branches, breaking Plug #73

Open
josephjunker opened this issue Jul 24, 2018 · 1 comment

Comments

@josephjunker
Copy link

josephjunker commented Jul 24, 2018

I use Plug for plugin management, which assumes that master is the default branch of a project. It appears that the default branch for this repo is pathogen-bundle. As a result, when installing with Plug, I got an old version of the code. Worse, I fixed this issue in the code I had checked out (in the master branch), but cannot merge this back into the pathogen-bundle branch, because the two branches share no branch history. Would it be possible to replace the contents of the master branch with the contents of pathogen-bundle, to avoid breaking alternative plugin managers and befuddling potential contributors?

@Hithroc
Copy link

Hithroc commented Nov 27, 2018

You can set the branch you want to use with Plug. Not ideal, but gets around the issue.

Plug 'the-lambda-church/coquille', { 'branch': 'pathogen-bundle' }

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