Commit Graph

2 Commits

Author SHA1 Message Date
Tianon Gravi 9f6ee11257 Slightly improved "diff-pr" output, especially around build-order
This should help avoid "empty cat" output we saw recently when something failed to fetch but was otherwise valid.

The current implementation is trying to do two things with one output:

1. normalized `bashbrew cat` diff
2. visualize `--build-order` changes

This change splits those into two separate things because combining them ends up making the diff harder to read than it should be ("changed tags + changed commit" leading to a full reordering of the diff because build-order also changed).
2022-12-13 15:51:30 -08:00
Tianon Gravi 91d0285431 Move ~sorted "bashbrew cat" clone into a separate file for easier use externally 2020-05-11 07:36:40 -07:00