Bitbucket: diffing a file between two commits in a git repository
Posted by jpluimers on 2020/08/27
Example URL to diff Spring.pas over two commits in a git repository (reminder to self: see if I can find similar information for a Mercurial repository):
This diffs the file https://bitbucket.org/sglienke/spring4d/src/master/Source/Base/Spring.pas over these commits
- https://bitbucket.org/sglienke/spring4d/commits/ca8037a2fdecbdbb23d3b997d1160f72838cee02 (a
master
branch release of version1.2.1
) - https://bitbucket.org/sglienke/spring4d/commits/8f4d03020613 (a commit I was historically interested in to update a really old project)
–jeroen
Leave a Reply