Support patch and file-context views in PR review sessions #84
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
A real local review workflow needs both patch-oriented review and real file-context review. forge already has pieces of this via diffs.nvim and fugitive, but the views are not yet modeled as a coherent review experience.
Goals
Scope
Out of scope
Part of #63.
Implemented on main in #91 with explicit patch and file-context review modes.