Skip to content

FEAT-05: --since <git-ref> diff mode to export only changed files #33

@subhan-f

Description

@subhan-f

Add a --since <git-ref> flag that restricts the export to only files changed since a given git reference (commit hash, branch name, or tag). Internally this would run git diff --name-only <ref> and intersect the result with the normal scan output.

excod . --since main
excod . --since HEAD~5
excod . --since v1.0.2

This dramatically reduces output size for incremental code reviews and keeps LLM context focused on recent changes.

Priority: Medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions