mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-28 02:21:12 +00:00
This is an alternative way to achieve includeIf of Git without adding "include" directive. Conditional include (or include in general) is a bit trickier to implement than loading all files and filtering the contents. Closes #616