-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: ignore names that were removed and re-added with a new name
If a vendor repo is removed under one name and re-added under a different name, *both* names would be listed and accepted as vendor names. For example: $ git vendor add mispeled http://some/url $ git vendor remove mispeled $ git vendor add correct http://some/url $ git vendor list correct: mispeled: To fix, validate each vendor name by identifying the most recent vendor name associated with the subtree directory.
- Loading branch information
1 parent
7eb70a2
commit 9d3deac
Showing
1 changed file
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters