Linear Diffs
Summary
Linear Diffs is a new feature that lets you review pull requests directly inside Linear.
Similar Articles
Show HN: Codiff, a local diff review tool
Codiff is a minimal, local diff viewer for reviewing staged and unstaged Git changes, with LLM-powered walkthroughs and inline review comments.
Make Reviews Possible Again With This One Simple Trick
The article proposes using stacked branches (small, sequential pull requests) to make reviewing AI-generated code more manageable and effective, addressing the common problem of large, hard-to-review diffs.
@cnakazawa: Codiff 0.1 is out * Fast Local Code Reviews * Optional LLM Walkthroughs * Inline Review Comments This is the best compa…
Codiff 0.1 is a minimal, local diff viewer for Git changes with optional LLM walkthroughs and inline review comments, designed for reviewing code from AI coding agents.
@GergelyOrosz: Actually, here's what you need to know about stacked diffs (aka stacked pull requests) as a concept, the deepdive writt…
Gergely Orosz shares the Pragmatic Engineer deepdive on stacked diffs, explaining the concept popularized by Meta and Google, and how GitHub's new public preview makes it more accessible.
Reviewing so called Pull Requests at $dayjob
A developer describes his workflow for reviewing pull requests using git commands like range-diff and log -p to work around web-based UI deficiencies.