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: coder/wush
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: coder/wush
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 30, 2024

  1. chore: remove debug print statement from newHelloPacket

    Removed an unnecessary `fmt.Println` call that was used for debugging in the `newHelloPacket` method of `send.go` to clean up the console output.
    coadler committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9d98be1 View commit details
    Browse the repository at this point in the history
  2. fix: resolve rsync command bug in wush rsync

    Fixed a bug that caused the `wush rsync` command to malfunction due to
    residual references to an outdated variable. Removed unnecessary import
    and adjusted the command construction to use the correct `overlayOpts`
    structure. Added a temporary print statement for debugging.
    coadler committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7a09a3f View commit details
    Browse the repository at this point in the history
Loading