module Git::Repository::StatusOperations

Facade methods for repository-status operations

Provides methods for querying the state of the repository: checking whether any commits exist, listing untracked working-tree files, and listing files tracked in the index.

Included by {Git::Repository}.

@api private