Introducing GitHub Compare View
github.com
Introducing GitHub Compare View
1–10 of 12 posts
Re: Introducing GitHub Compare View
#2Whilst rietveld is nice -- in that it makes it relatively painless for someone to upload a patch and have it reviewed -- it certainly isn't pretty and requires several additional steps to a normal git workflow.
I can see Git Compare Views totally changing the game. It's awesome as it is, but it would be super nice if they'd add 2 extra features.
(1) Support for comparing commits across forks of the same repository, e.g. //compare/[...]//http://github.com///compare/[...;
Then anyone can come along; fork your project; make some changes in their fork; you can then review the changes; all the comments across the two repositories would be consolidated in the compare view, making it easy to see the evolution!
That is, by consolidating the comments, it can take the already decentralised and super collaborative nature of git and github to a whole new level.
(2) Provide an API for the information provided in the compare view. This will make it easy to integrate with other tools like issue trackers, buildbots, trybots, testswarms, &c.
All in all, I'm very impressed with the GitHub guys and their constant innovations — we need more teams like theirs!
Re: Introducing GitHub Compare View
#3This is so freaking awesome! Right now, I've been using a custom `git review` command to enable code reviews of patches using rietveld http://code.google.com/p/rietveld/ Whilst rietveld is nice -- in that it makes it relatively painless for someone to upload a patch and have it reviewed -- it certainly isn't pretty and requires several additional steps to a normal git workflow. I can see Git Compare Views totally cha…
As for the API, I agree. Although I'm not sure how much more you need than just the URL...
Re: Introducing GitHub Compare View
#4This is so freaking awesome! Right now, I've been using a custom `git review` command to enable code reviews of patches using rietveld http://code.google.com/p/rietveld/ Whilst rietveld is nice -- in that it makes it relatively painless for someone to upload a patch and have it reviewed -- it certainly isn't pretty and requires several additional steps to a normal git workflow. I can see Git Compare Views totally cha…
I'm not sure if this is really an innovation. Trac has had something similar for years. Github is arguably doing it better, but in the source control world, this isn't that original. As for the API, I agree. Although I'm not sure how much more you need than just the URL...
Re: Introducing GitHub Compare View
#5Re: Introducing GitHub Compare View
#6Not to say it's not ridiculously awesome, that is. This is a fantastic way to see differences. GitHub is awesome.
Re: Introducing GitHub Compare View
#7This is so freaking awesome! Right now, I've been using a custom `git review` command to enable code reviews of patches using rietveld http://code.google.com/p/rietveld/ Whilst rietveld is nice -- in that it makes it relatively painless for someone to upload a patch and have it reviewed -- it certainly isn't pretty and requires several additional steps to a normal git workflow. I can see Git Compare Views totally cha…
I'm not sure if this is really an innovation. Trac has had something similar for years. Github is arguably doing it better, but in the source control world, this isn't that original. As for the API, I agree. Although I'm not sure how much more you need than just the URL...
Re: Introducing GitHub Compare View
#8Is this somehow different from how they showed differences between files in the fork queue? I forked my first repo a week or so ago, and saw something identical to this, but it could be I got on the first set of changes. Not to say it's not ridiculously awesome, that is. This is a fantastic way to see differences. GitHub is awesome.
The fork queue doesn't show diffs or commit comments, or differences between branches on the same repo (for instance: reviewing a topic branch). Similarly, the compare view does not allow comparing across forks (yet).
Re: Introducing GitHub Compare View
#9I had never contributed to any open source project before GH came along. Since then, I've contributed to at least 5, that I can remember. That's nothing compared to many, I know .. but how much does it all add up? What's the total value of the efficiency gain GH has brought to the open source world?
Indispensable.
Re: Introducing GitHub Compare View
#10Upvoted, but I was hoping for something with a little more of Meld and a little less of color-coded diff -u.