Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Repo Tag and Branch Target types to a single Ref Target
This commit refactors the existing RepositoryBranchTarget and RepositoryTagTarget types to a single RepositoryRefTarget since tags and branches are both refs and the two Target variables represented the same type anyways. This will also help us move to removing branch and tag specific options types into a single refs options type. See ktrysmt#155 and ktrysmt#153 (comment)
- Loading branch information