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.3.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.4.0
Choose a head ref
  • 11 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 3, 2021

  1. utils: add Walk function to walk over a filesystem

    Adapted from the official filepath.Walk, this function allows to walk
    trough a whole filesystem and discover all its files
    tjamet committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    999b447 View commit details
    Browse the repository at this point in the history
  2. utils: Walk, minor style changes

    mcuadros authored and tjamet committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e0768be View commit details
    Browse the repository at this point in the history
  3. utils: Walk, use os.FileInfo

    fs.FileInfo has been introduced in go 1.16.5:
    golang/go@d4da735#diff-46ea5b4a04796237678b36cd31d68f74209c90d604123f15dcc4bcb605dbc136
    
    go-billy supports the 2 latest versions
    The latest version of go is currently 1.16, hence use the previous
    instance in os instead
    tjamet committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    213e20d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Merge pull request #17 from tjamet/feat/walk

    utils: add Walk function to walk over a filesystem
    mcuadros authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    7ab80d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. fix some typos

    Signed-off-by: cui fliter <imcusg@gmail.com>
    cuishuang committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a71b2d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. build: Update GitHub workflows

    - Remove unecessary token permissions in CI.
    - Bump Action versions to latest.
    - Bump Go version to match go-git repository.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    007675e View commit details
    Browse the repository at this point in the history
  2. build: Bump dependencies

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    027fa5a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Fix go-git data races whilst running tests

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0a54206 View commit details
    Browse the repository at this point in the history
  2. tests: Fix tests in windows

    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    38b02ce View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Merge pull request #28 from pjbgf/fix-go-git-data-race

    Fix data race when running `go-git` tests
    mcuadros authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    4e5a841 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from cuishuang/master

    fix some typos
    mcuadros authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1b88f62 View commit details
    Browse the repository at this point in the history
Loading