[erlang-questions] more github than Erlang: how do I quickly get to a patch?

Tim Fletcher mail@REDACTED
Mon May 2 00:01:02 CEST 2011


> I noticed a post with an interesting fix to Erlang. The link in the mail is:
>
>   git fetch git://github.com/falkevik/otp.gitopt_disable_of_flowctrl_for_run_erl_shell
>
> How I get from the above to seeing a patch, instantly?

Link looks broken/incorrect, which wouldn't help. You can get a patch
for any commit by appending ".patch" to the commit URL, for example:

  https://github.com/falkevik/otp/commit/d0775cd6bc64f5eec41d04e04441fe6a6e058927.patch

Similarly for diffs:

  https://github.com/falkevik/otp/commit/d0775cd6bc64f5eec41d04e04441fe6a6e058927.diff

Both also work with the compare views.

Cheers,
Tim



More information about the erlang-questions mailing list