Branches compare for only specific path #147928
Replies: 2 comments
-
| 💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩ 
 Where to look to see what's shipping 👀 
 What you can do in the meantime 💻 
 As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ | 
Beta Was this translation helpful? Give feedback.
-
| 
 It would be very helpful to be able to only compare two revisions for a specific path. I can't even view the files I am interested in. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Alike:
https://stackoverflow.com/questions/34899076/github-compare-view-for-a-specific-path-only
The commit link here:
https://trac.ffmpeg.org/ticket/11372#comment:description
; would be preferably replaced as:
https://github.com/FFmpeg/FFmpeg/compare/78170120ca4a8c11fed2557397b32d68f0901631...a2881814b854edbae88dc6d55f1b242360db6283/doc/ffmpeg.texi
(given it functions alike)
Note: https://github.com/FFmpeg/FFmpeg/commits/master/doc/ffmpeg.texi?since=2024-09-26&until=2024-10-07
Alike comparison would work well:
https://github.com/FFmpeg/FFmpeg/compare/861baf8bb785d2d70d926554116ca909fa74adc5...1d4036ac85cff781b907eaef85acb38b09bc0c7c
(given no irrelevant commit occurred between)
This also prompts the need of filtering by author/committer. (in addition to only path)
Comparing commits - GitHub Docs
https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits
Beta Was this translation helpful? Give feedback.
All reactions