Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for packed refs #2121

Merged
merged 5 commits into from
May 25, 2023
Merged

Support for packed refs #2121

merged 5 commits into from
May 25, 2023

Commits on May 25, 2023

  1. Support for packed refs

    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.
    saquibmian committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ace9301 View commit details
    Browse the repository at this point in the history
  2. Remove unused type

    saquibmian committed May 25, 2023
    Configuration menu
    Copy the full SHA
    959e716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27523d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    170e69a View commit details
    Browse the repository at this point in the history
  5. Stronger test case

    saquibmian committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7e96106 View commit details
    Browse the repository at this point in the history