You are not logged in.
Usecase :
bullet3 3.07 was recently released[1]
Unfortunately the version in the release tarball is still 3.05
https://github.com/bulletphysics/bullet … d091d987fa updates everything related to the version .
I could use git to download the sourcecode from that specific commit, but would prefer using the released file plus a patch .
Using git send-email one can send patches, but there doesn't seem to be a counterpart that allows to retrieve commits as patches.
Does anyone know a way to achieve this ?
[1]
https://github.com/bulletphysics/bullet3/releases
Edit:
The methods in the replies all work.
Last edited by Lone_Wolf (2020-11-28 23:30:55)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I'm not 100% sure if I understood the problem correctly, but you can append `.diff` to that URL there to get the raw diff file, or `.patch` to also get the commit information (date, author, commit message, …).
Offline
https://git-scm.com/docs/git-format-patch
git format-patch -1 e32fc59c88a3908876949c6f2665e8d091d987fa
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
To get the patch from github without downloading the repository append .patch to the URL:
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Thank you all, patch retrieved and aur package is updated .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline