Karthik Sundari
Results
2
issues of
Karthik Sundari
Fix(https://github.com/go-git/go-git/issues/1212) This pull request includes changes to add a new example for cloning a repository using a GitHub access token and enhancements to the `ReferenceName` type in the `plumbing` package....
### Repro steps, 1. Try cloning a branch with `/-` characters ``` r, err := git.PlainClone(directory, false, &git.CloneOptions{ URL: url, ReferenceName: plumbing.ReferenceName("123/-testing2"), }) ``` ### Output ``` Enumerating objects: 1247,...