Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-git/go-billy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.6.1
Choose a base ref
...
head repository: go-git/go-billy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 10, 2025

  1. Enable the iofs adapter to also return other interfaces from io/fs

    Instead of relying on difficult casting, this improves developer
    experience by providing easy ways of convering a billy filesystem into
    the rest of the filesystem interfaces that are available in `io/fs`.
    
    This is a safe operation since we already ensure the type implements
    such interfaces some lines below my changes.
    
    Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
    JAORMX committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    21beb15 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from JAORMX/iofs-extra-interfaces-v5

    Enable the `iofs` adapter to also return other interfaces from `io/fs`
    pjbgf authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    0009381 View commit details
    Browse the repository at this point in the history
  3. build: Bump dependencies

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    783f58c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #103 from pjbgf/bump-deps

    build: Bump dependencies
    pjbgf authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    9f8b16d View commit details
    Browse the repository at this point in the history
Loading