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: bodgit/sevenzip
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: bodgit/sevenzip
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on May 19, 2023

  1. Bump github.com/stretchr/testify from 1.8.2 to 1.8.3

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.2...v1.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    cf7ac3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from bodgit/dependabot/go_modules/github.com/s…

    …tretchr/testify-1.8.3
    
    Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
    bodgit authored May 19, 2023
    Configuration menu
    Copy the full SHA
    4b71012 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    7f14c77 View commit details
    Browse the repository at this point in the history
  2. Only increment counter for empty streams

    Avoids slice panic when block contains mix of non-empty and empty
    files, with the empty files not at the beginning of the block.
    
    Fixes #87
    bodgit committed May 27, 2023
    Configuration menu
    Copy the full SHA
    ef8fd8a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from bodgit/issue87

    Fix panic with empty files
    bodgit authored May 27, 2023
    Configuration menu
    Copy the full SHA
    91a7926 View commit details
    Browse the repository at this point in the history
Loading