-
-
Notifications
You must be signed in to change notification settings - Fork 258
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: creack/pty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: creack/pty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.20
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 14 files changed
- 2 contributors
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5c3f42a - Browse repository at this point
Copy the full SHA 5c3f42aView commit details -
Do not set file descriptor into blocking mode
(*os.File).Fd() implicitly sets file descriptor into blocking mode [1], [2] We avoid that by calling (*os.File).SyscallConn instead. This method was added in go1.12 (released on 2019-02-25) [1]: https://pkg.go.dev/os#File.Fd [2]: https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/os/file_unix.go;l=80-87
Configuration menu - View commit details
-
Copy full SHA for 2916954 - Browse repository at this point
Copy the full SHA 2916954View commit details -
This filename trick forces git to render previous commit diff in a more comprehensible form
Configuration menu - View commit details
-
Copy full SHA for 87d82d3 - Browse repository at this point
Copy the full SHA 87d82d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418593d - Browse repository at this point
Copy the full SHA 418593dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e52f1 - Browse repository at this point
Copy the full SHA 75e52f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3abf458 - Browse repository at this point
Copy the full SHA 3abf458View commit details
Commits on Oct 28, 2023
-
Merge pull request #167 from sio/ioctl
Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints
Configuration menu - View commit details
-
Copy full SHA for 1985fd4 - Browse repository at this point
Copy the full SHA 1985fd4View 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.1.19...v1.1.20