git icon indicating copy to clipboard operation
git copied to clipboard

Package GoGits - Git is a pure Go implementation of Git manipulation.

Results 4 git issues
Sort by recently updated
recently updated
newest added

Operations only work on repos that have 'loose' refs to tags i.e. have not been GC'd. Probably also goes for packed heads/remotes

It would be nice to have some mechanism for resolving symbolic ref names such as "HEAD" or "origin". AFAICS the only way currently is to open the relevant files in...

Hi. I am currently rewriting last bits of library that use `git` binary invocation and found that `searchCommits` will look only for 100 commits. Should I copy that behavior or...

// ci is *git.Commit for _, e := range ci.ListEntries() { if e.IsDir() || strings.HasPrefix(e.Name(), ".") { continue } rc, err := e.Blob().Data() // e.Blob().Data() will deference a nil pointer,...