summaryrefslogtreecommitdiff
path: root/tests/test-reconcile--pull-clean.el
Commit message (Collapse)AuthorAgeFilesLines
* Make repo reconciliation review-firstCraig Jennings2026-05-101-15/+17
| | | | Stop automatically stashing, pulling, and popping dirty repos during reconciliation. Clean repos still pull, dirty repos open Magit for review, and results now include structured statuses, skip reasons, pruning, and a summary.
* refactor(reconcile): extract helpers, add recursive repo discovery and 28 testsCraig Jennings2026-04-191-0/+60
Extract should-skip-p, pull-clean, pull-dirty from 6-level nested reconcile-git-directory. Make find-git-repos recurse into sub-repos.