-
Notifications
You must be signed in to change notification settings - Fork 90
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: bramvdbogaerde/go-scp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bramvdbogaerde/go-scp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 4 files changed
- 3 contributors
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18d5aeb - Browse repository at this point
Copy the full SHA 18d5aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8007c8b - Browse repository at this point
Copy the full SHA 8007c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f72b51 - Browse repository at this point
Copy the full SHA 4f72b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea410af - Browse repository at this point
Copy the full SHA ea410afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2393b73 - Browse repository at this point
Copy the full SHA 2393b73View commit details
Commits on Apr 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for adc0026 - Browse repository at this point
Copy the full SHA adc0026View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4cd115 - Browse repository at this point
Copy the full SHA b4cd115View commit details -
Merge pull request #80 from datadius/preserve-protocol
Handle T message and prepare for adding -p option
Configuration menu - View commit details
-
Copy full SHA for db7cf4f - Browse repository at this point
Copy the full SHA db7cf4fView commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e40dcd9 - Browse repository at this point
Copy the full SHA e40dcd9View commit details -
fix(tests): minor fixes to check equality between fileinfos and stat
previous version would 'sanity' check with permission 0777 only, we now check whether the permissions correspond with the file on the remote server.
Configuration menu - View commit details
-
Copy full SHA for 71c7406 - Browse repository at this point
Copy the full SHA 71c7406View commit details
Commits on Jun 21, 2024
-
fix: issue #86, swap from strconv.Atoi to strconv.ParseInt(parts[1], …
…10, 64) (#87) This change solves a problem on 32-bit systems where file sizes larger than 2^32 could not be parsed. By using ParseInt directly and setting the bit-size to 64 explicitly, the size is always parsed and stored as a 64-bit integer regardless of the host platform.
Configuration menu - View commit details
-
Copy full SHA for 5ac8595 - Browse repository at this point
Copy the full SHA 5ac8595View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.5.0