Git reviews start with everything since the base branch
In a Git repository, the default All changes view uses Plannotator’ssince-base comparison. Plannotator compares the merge base of your branch and its base branch with the current working tree.
This comparison approximates the change that a pull request would contain if you committed and pushed now. It includes:
- Commits on your branch
- Staged and unstaged changes
- Untracked files
main and master references. If it cannot resolve a base branch, it opens the uncommitted changes instead. This fallback avoids hiding committed work behind an invalid comparison.
Use the comparison picker to review only uncommitted, staged, or unstaged changes, the last commit, a specific commit, all files at HEAD, or committed branch changes. The base picker can compare against another local or remote reference.
The Git status panel groups committed changes, working-tree changes, and untracked files in the default All changes view. Staging controls and the commit-history rail are available only for ordinary local Git reviews.
Large untracked files
Plannotator loads and diffs an untracked text file only when it is 5 MiB or smaller. A larger untracked file appears as a binary addition, and its full content is not available in the review. This limit prevents a single generated or data file from consuming the review session.Choose the source-control provider
Plannotator uses the nearest supported repository root. When a folder contains nested Git, GitButler, or Jujutsu repositories, it can show their workspace changes together with repository-prefixed paths.Force Git or GitButler
Use a flag when you need to choose explicitly:--gitbutler fails clearly if but is missing or older than v0.21.0; it does not silently fall back to Git.
See Review GitButler Workspaces, Stacks, and Branches for the exact detection rules, committed-only views, session limits, escape hatches, annotations, agent reviews, and troubleshooting.
Review Jujutsu changes
Plannotator detects a Jujutsu workspace through the installedjj command. The comparison picker offers:
- Current for
@compared with its parent - Last for the previous change
- Line for the current line of work back to the selected target
- Evolution for the current change compared with an older evolution entry
- All for the repository root through
@
--jj flag.
Review Perforce changelists
Plannotator detects Perforce after Git by runningp4 info and reading the current client root. The default view contains files opened in the default changelist. Use the comparison picker to open another pending numbered changelist owned by the current user and client.
Perforce support is available in Plannotator’s main CLI-backed agent setups. The Pi extension’s review server does not provide a Perforce provider.
