mirror of
https://github.com/cyclotruc/gitingest.git
synced 2026-04-28 08:09:31 +00:00
* feat: add optional --include-submodules flag to CLI and ingestion - Adds --include-submodules CLI flag to control submodule analysis - Propagates include_submodules through ingestion, schemas, and clone logic - Updates tests to cover submodule inclusion - Adds a helper function (_checkout_partial_clone) to avoid repetition - Adds include_submodules example in README.md - Web UI for this option is not implemented for now (https://github.com/cyclotruc/gitingest/pull/313#issuecomment-3019912523) --------- Co-authored-by: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| query_parser | ||
| .pylintrc | ||
| __init__.py | ||
| conftest.py | ||
| test_cli.py | ||
| test_clone.py | ||
| test_flow_integration.py | ||
| test_git_utils.py | ||
| test_gitignore_feature.py | ||
| test_ingestion.py | ||
| test_notebook_utils.py | ||