Seen on: component/git-history
What it fixes
The details pane lists a commit's changed files but cannot show what changed. This piece adds the diff view for a whole commit or one file, reached from the details pane, with a visible note when the server cut a large patch.
Why we need it
It is PR 8 of the series in the Git History series issue (#8), the last History-only piece. It is small and self-contained.
How to fix it
Cut a fresh branch on top of the details pane carrying the diff component and its test. The PR description states the end state from the series issue. Nothing deferred.
Seen on: component/git-history
What it fixes
The details pane lists a commit's changed files but cannot show what changed. This piece adds the diff view for a whole commit or one file, reached from the details pane, with a visible note when the server cut a large patch.
Why we need it
It is PR 8 of the series in the Git History series issue (#8), the last History-only piece. It is small and self-contained.
How to fix it
Cut a fresh branch on top of the details pane carrying the diff component and its test. The PR description states the end state from the series issue. Nothing deferred.