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: lima-vm/sshocker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: lima-vm/sshocker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.2
Choose a head ref
  • 12 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 9, 2023

  1. Accepting absolute Unix paths on Windows for use in Cygwin/msys2

    Signed-off-by: Arthur Sengileyev <arthur.sengileyev@gmail.com>
    arixmkii committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    48bf8c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Merge pull request #60 from arixmkii/cygpathsupport

    Accepting absolute Unix paths on Windows for use in Cygwin/msys2
    AkihiroSuda authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c5bb0ea View commit details
    Browse the repository at this point in the history
  2. Bump github.com/urfave/cli/v2 from 2.23.6 to 2.24.1

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.6 to 2.24.1.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.23.6...v2.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    de67275 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #61 from lima-vm/dependabot/go_modules/github.com/…

    …urfave/cli/v2-2.24.1
    
    Bump github.com/urfave/cli/v2 from 2.23.6 to 2.24.1
    AkihiroSuda authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2e59987 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Bump github.com/urfave/cli/v2 from 2.24.1 to 2.24.2

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.24.1 to 2.24.2.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.24.1...v2.24.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    dafa2a3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from lima-vm/dependabot/go_modules/github.com/…

    …urfave/cli/v2-2.24.2
    
    Bump github.com/urfave/cli/v2 from 2.24.1 to 2.24.2
    AkihiroSuda authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ada7947 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Bump github.com/urfave/cli/v2 from 2.24.2 to 2.24.3

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.24.2 to 2.24.3.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.24.2...v2.24.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3ed04a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Merge pull request #63 from lima-vm/dependabot/go_modules/github.com/…

    …urfave/cli/v2-2.24.3
    
    Bump github.com/urfave/cli/v2 from 2.24.2 to 2.24.3
    AkihiroSuda authored Feb 8, 2023
    Configuration menu
    Copy the full SHA
    ed5d055 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Quote local and remote filenames in case they include spaces

    This is required because the names are sent as a single string over ssh.
    
    This (together with lima-vm/alpine-lima#98)
    will fix lima-vm/lima#933.
    
    Signed-off-by: Jan Dubois <jan.dubois@suse.com>
    jandubois committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    7ed7e03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from jandubois/spaces

    Quote local and remote filenames in case they include spaces
    AkihiroSuda authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    ddc54c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. CI: Go 1.20

    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    a54ba30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from AkihiroSuda/dev

    CI: Go 1.20
    AkihiroSuda authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    151a813 View commit details
    Browse the repository at this point in the history
Loading