Browse Source
Two git/fossil divergence classes discovered during the tracked-set verification: nested .gitignore files (e.g. in the project-layout templates) are honoured by git as nested ignores of the outer repo but invisible to fossil, leaving template content untracked in git yet managed by fossil; and git ignore matching is case-insensitive on Windows (core.ignorecase) while fossil globs are case-sensitive (a todo.txt pattern hits vendored TODO.txt in git only). Both recorded in the coexistence contract with the prescribed treatment. Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.commaster
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue