5 ms·
Github shows the force push, and from which commit to which commit it happened. You can then manually put the into the diff view of Github and see what changed.
by throwaway525142 5y ago
Github shows the force push, and from which commit to which commit it happened. You can then manually put the into the diff view of Github and see what changed. I agree that it should have a UI though.
- pritambaral 5y ago> You can then manually put the into the diff view of Github and see what changed. GitHub throws up 404 when I do this. Same with simply trying to view the old commit directly using the `.../commit/<hash>` link.
- bonzini 5y agoThe diff view is unusable if master has moved in the meanwhile. What you really need is a UI for "git range-diff".
- NicoJuicy 5y agoYou can do that in azure devops. By default, it shows all commits and then you can go to the commits tab and select the ones you want to view ( multiple or single)
- bonzini 5y agoCan it show a diff-of-diffs, and detect patches that were added, removed or reordered? Something like https://patchew.org/QEMU/20210414134112.25620-1-iii@linux.ibm.com/diff/20210415130305.28640-1-iii@linux.ibm.com/ https://patchew.org/QEMU/20210414134112.25620-1-iii@linux.ib....