JuliaCI / Nanosoldier.jl

A package for running JuliaCI services on MIT's Nanosoldier cluster
Other
30 stars 16 forks source link

Use triple dots to compare commits on GitHub. #158

Closed maleadt closed 1 year ago

maleadt commented 1 year ago

Otherwise we don't get to see the commits:

https://github.com/JuliaLang/julia/compare/1c5fa2b9be772e37cc9a5fc54b69fa6a47cc4527..ba69cbaa8e04657b6f4dceced76696575053f28b

vs

https://github.com/JuliaLang/julia/compare/1c5fa2b9be772e37cc9a5fc54b69fa6a47cc4527...ba69cbaa8e04657b6f4dceced76696575053f28b

vtjnash commented 1 year ago

FWIW, I don't remember precisely why I didn't do this initially, I think it was because github gives you a link from .. to ..., but not the reverse, and ... will hide any part of the diff that happened on the comparison commit, and only includes the diff relative to the branch commit.

maleadt commented 1 year ago

Now that we actually test against the branch commit most of the time, I don't think the difference matters much anymore.