Skip to main content

Module source

Module source 

Source

Structs§

GitSource
Shell-out driver for the source tracker. Everything goes through Git’s public interface — never into .git directly — so it works identically against a clone or, later, a projection.

Functions§

find_repo_root
Walk upward looking for a source repo root. .jj wins over .git at the same level (a colocated repo is still a jj repo).