Skip to content

Commit

Permalink
Support for packed refs (#2121)
Browse files Browse the repository at this point in the history
This PR also combines `git.*Iterator` into a `git.Repository` and make
the construction of the `ObjectReader` internal to it. Now there is a
single exported method that takes in the `.git` path.

This also opens us up to provide the `git.Repository#URL` method soon.
  • Loading branch information
saquibmian committed May 25, 2023
1 parent 45c2edc commit 0674e84
Show file tree
Hide file tree
Showing 14 changed files with 616 additions and 542 deletions.
65 changes: 0 additions & 65 deletions private/pkg/git/branch_iterator.go

This file was deleted.

40 changes: 0 additions & 40 deletions private/pkg/git/branch_iterator_test.go

This file was deleted.

148 changes: 0 additions & 148 deletions private/pkg/git/commit_iterator.go

This file was deleted.

44 changes: 0 additions & 44 deletions private/pkg/git/commit_iterator_test.go

This file was deleted.

0 comments on commit 0674e84

Please sign in to comment.