Reputation: 127
Is there a full list of the allowed url parameters for github pull requests?
I know "w=1"
can be used to ignore white space changes in file diffs, and something like "ts=4"
can be used to reset tab stop width.
Upvotes: 6
Views: 3427
Reputation: 732
You can look at this link for cool features of Git and GitHub: https://github.com/tiimgreen/github-cheat-sheet
They show the two parameters that you presented but sadly no others.
Upvotes: 4