Thanks to visit codestin.com
Credit goes to github.com

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: ruby/fileutils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.2
Choose a base ref
...
head repository: ruby/fileutils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.3
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Feb 16, 2024

  1. Do not include a backtick in error messages and backtraces

    [Feature #16495]
    mame authored and hsbt committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5f7dc4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    637e4ec View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    75c6010 View commit details
    Browse the repository at this point in the history
  2. [DOC] FileUtils::VERSION

    nobu committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    48742e2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Exclude older than 2.6 on macos-14

    nobu authored and hsbt committed May 5, 2024
    Configuration menu
    Copy the full SHA
    f0a5fda View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    9e32a88 View commit details
    Browse the repository at this point in the history
  2. Skip some tests which don't work under permissionless containers

    When running as UID 0 but without CAP_DAC_OVERRIDE (for example, in a
    docker container running with --uid 0 but --cap-drop=all), these tests
    won't work because of hard-coded assumptions about what uid 0 can and
    can't do.
    KJTsanaktsidis authored and hsbt committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8e592bb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    6cf6428 View commit details
    Browse the repository at this point in the history
  2. Bump up v1.7.3

    hsbt committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c138e67 View commit details
    Browse the repository at this point in the history
Loading