-
Notifications
You must be signed in to change notification settings - Fork 3
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: tmck-code/pokesay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: tmck-code/pokesay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 11 files changed
- 1 contributor
Commits on Sep 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 99bf412 - Browse repository at this point
Copy the full SHA 99bf412View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2411c6 - Browse repository at this point
Copy the full SHA a2411c6View commit details
Commits on Sep 29, 2025
-
- uses makepkg and a generated PKGBUILD file - integrated with the debian installer, renamed script - all packages now end up in build/packages/
Configuration menu - View commit details
-
Copy full SHA for 71d1c25 - Browse repository at this point
Copy the full SHA 71d1c25View commit details -
create user inline with docker run command
rather than overcomplicating the script
Configuration menu - View commit details
-
Copy full SHA for f586f46 - Browse repository at this point
Copy the full SHA f586f46View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8b6127 - Browse repository at this point
Copy the full SHA b8b6127View commit details
Commits on Oct 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 02ebc5c - Browse repository at this point
Copy the full SHA 02ebc5cView commit details -
rename "build/release" to "build/bin"
as this is more reflective of what it's doing, "build/release" should build all the bins, and then all the various distribution packages too, probably putting them under dist/
Configuration menu - View commit details
-
Copy full SHA for 9529869 - Browse repository at this point
Copy the full SHA 9529869View commit details -
move the manfile to build/packages
in future the arch/deb package config files will be moved there too
Configuration menu - View commit details
-
Copy full SHA for 8108581 - Browse repository at this point
Copy the full SHA 8108581View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63bf824 - Browse repository at this point
Copy the full SHA 63bf824View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1dc46e - Browse repository at this point
Copy the full SHA f1dc46eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e95e4c - Browse repository at this point
Copy the full SHA 9e95e4cView commit details
Commits on Oct 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 58a9e4d - Browse repository at this point
Copy the full SHA 58a9e4dView commit details -
- binaries are now versioned like the OS packages - added tarballs that contain the binary, LICENSE and manpage - write all binaries, OS packages & tarballs to dist/, i.e. ../dist/ ├── bin │ ├── pokesay-0.18.1-android-arm64 │ ├── pokesay-0.18.1-darwin-amd64 │ ├── pokesay-0.18.1-darwin-arm64 │ ├── pokesay-0.18.1-linux-amd64 │ └── pokesay-0.18.1-windows-amd64.exe ├── packages │ ├── pokesay-0.18.1-1-x86_64.pkg.tar.zst │ ├── pokesay-0.18.1-android-arm64.deb │ ├── pokesay-0.18.1-linux-amd64.deb │ └── pokesay-debug-0.18.1-1-x86_64.pkg.tar.zst └── tarballs └── pokesay-0.18.1-linux-amd64.tar.gz This now requires running the build task with a VERSION: VERSION=0.18.1 make build/bin build/packages These files can then all be uploaded as part of a release. Then, afterward, the binaries/tarballs can be referenced in AUR and homebrew packages.Configuration menu - View commit details
-
Copy full SHA for 90fac3f - Browse repository at this point
Copy the full SHA 90fac3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07160ab - Browse repository at this point
Copy the full SHA 07160abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 858e2bc - Browse repository at this point
Copy the full SHA 858e2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8058ab - Browse repository at this point
Copy the full SHA f8058abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27964c9 - Browse repository at this point
Copy the full SHA 27964c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ece68 - Browse repository at this point
Copy the full SHA 58ece68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139ddc4 - Browse repository at this point
Copy the full SHA 139ddc4View 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 v0.18.0...v0.18.1