Skip to main content
Version: 2.5.x (deprecated)

changed


Tell Pants to detect what files and targets have changed from Git.

See (https://www.pantsbuild.org/v2.5/docs/advanced-target-selection).

Backend: pants.core

Config section: [changed]

Basic options

since

--changed-since=<str>
PANTS_CHANGED_SINCE
default: None

Calculate changes since this Git spec (commit range/SHA/ref).

diffspec

--changed-diffspec=<str>
PANTS_CHANGED_DIFFSPEC
default: None

Calculate changes contained within a given Git spec (commit range/SHA/ref).

dependees

--changed-dependees=<DependeesOption>
PANTS_CHANGED_DEPENDEES
one of: none, direct, transitive
default: none

Include direct or transitive dependees of changed targets.

Advanced options

None

Deprecated options

None