Hi GitHub mavens, how does one download a specific patched file from GitHub? I want to test Pablo's fix here: https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381 platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m <https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381/files#diff-0> I don't want to go through "View File", or clone, or anything else. I just want the file itself. How do I get it? _,,,^..^,,,_ best, Eliot
https://raw.githubusercontent.com/OpenSmalltalk/opensmalltalk-vm/1a09bae4372... and save as ? On Thu, Mar 21, 2019 at 5:01 PM Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi GitHub mavens,
how does one download a specific patched file from GitHub? I want to test Pablo's fix here:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381 platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m <https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381/files#diff-0>
I don't want to go through "View File", or clone, or anything else. I just want the file itself. How do I get it?
_,,,^..^,,,_ best, Eliot
Hi Gabriel, On Thu, Mar 21, 2019 at 1:15 PM Gabriel Cotelli <g.cotelli@gmail.com> wrote:
https://raw.githubusercontent.com/OpenSmalltalk/opensmalltalk-vm/1a09bae4372... and save as ?
great. This works (provided one selects "Page Source"). But how did you get to that link?
On Thu, Mar 21, 2019 at 5:01 PM Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi GitHub mavens,
how does one download a specific patched file from GitHub? I want to test Pablo's fix here:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381 platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m <https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381/files#diff-0>
I don't want to go through "View File", or clone, or anything else. I just want the file itself. How do I get it?
_,,,^..^,,,_ best, Eliot
-- _,,,^..^,,,_ best, Eliot
Clicked "View File" button, then "Raw" button in the new page that gets opened. On Thu, Mar 21, 2019 at 5:21 PM Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi Gabriel,
On Thu, Mar 21, 2019 at 1:15 PM Gabriel Cotelli <g.cotelli@gmail.com> wrote:
https://raw.githubusercontent.com/OpenSmalltalk/opensmalltalk-vm/1a09bae4372... and save as ?
great. This works (provided one selects "Page Source"). But how did you get to that link?
On Thu, Mar 21, 2019 at 5:01 PM Eliot Miranda <eliot.miranda@gmail.com> wrote:
Hi GitHub mavens,
how does one download a specific patched file from GitHub? I want to test Pablo's fix here:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381 platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m <https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381/files#diff-0>
I don't want to go through "View File", or clone, or anything else. I just want the file itself. How do I get it?
_,,,^..^,,,_ best, Eliot
-- _,,,^..^,,,_ best, Eliot
Hi Eliot, On 21 Mar 2019, at 21:00, Eliot Miranda wrote:
Hi GitHub mavens,
how does one download a specific patched file from GitHub? I want to test Pablo's fix here:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381 platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m <https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381/files#diff-0>
I don't want to go through "View File", or clone, or anything else. I just want the file itself. How do I get it?
You'll have to know the commit hash, then you can grap it by path: https://raw.githubusercontent.com/OpenSmalltalk/opensmalltalk-vm/1a09bae4372... AFAIK, there's no direct way to get to the file directly from the diff view. Max
_,,,^..^,,,_ best, Eliot
See my previous email. I've just clicked the already available buttons in the diff view: "View File" and then "Raw" in the next page opened. On Thu, Mar 21, 2019 at 5:32 PM Max Leske <maxleske@gmail.com> wrote:
Hi Eliot,
On 21 Mar 2019, at 21:00, Eliot Miranda wrote:
Hi GitHub mavens,
how does one download a specific patched file from GitHub? I want to test Pablo's fix here:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381 platforms/iOS/vm/OSX/sqSqueakOSXOpenGLView.m <https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/381/files#diff-0
I don't want to go through "View File", or clone, or anything else. I just want the file itself. How do I get it?
You'll have to know the commit hash, then you can grap it by path:
https://raw.githubusercontent.com/OpenSmalltalk/opensmalltalk-vm/1a09bae4372...
AFAIK, there's no direct way to get to the file directly from the diff view.
Max
_,,,^..^,,,_ best, Eliot
participants (3)
-
Eliot Miranda -
Gabriel Cotelli -
Max Leske