danvk / github-syntax

Add syntax highlighting to github's split diff pull request UI
Apache License 2.0
7 stars 2 forks source link

Add support for /commit view #1

Closed danvk closed 10 years ago

danvk commented 10 years ago

You can leave comments on individual commits in a pull request, e.g. on https://github.com/hammerlab/cycledash/commit/2dd16933e38f28a1fa617c172739a4055cc05195

This shouldn't be too hard to add: the commit ID and its parent commit ID are right there on the page, so a trip to the github API isn't even necessary.

danvk commented 10 years ago

Partially addressed by ed570b1344eb2323aba67c16bf7135c08b723dfd.

danvk commented 10 years ago

Fully working by 0fe8d75dc2f517c5907ce1193df62bb55afe547f.