changed
Tell Pants to detect what files and targets have changed from Git.
Backend: ``
Config section: [changed]
Basic options
dependees
--changed-dependees=<DependeesOption>PANTS_CHANGED_DEPENDEESpants.toml
[changed]
dependees = <DependeesOption>
one of:
default:
none, direct, transitivedefault:
noneInclude direct or transitive dependees of changed targets.
diffspec
--changed-diffspec=<str>PANTS_CHANGED_DIFFSPECpants.toml
[changed]
diffspec = <str>
default:
NoneCalculate changes contained within a given Git spec (commit range/SHA/ref).
since
--changed-since=<str>PANTS_CHANGED_SINCEpants.toml
[changed]
since = <str>
default:
NoneCalculate changes since this Git spec (commit range/SHA/ref).
Advanced options
None
Deprecated options
changes_since
--changed-changes-since=<str>, --changed-parent=<str>PANTS_CHANGED_CHANGES_SINCEpants.toml
[changed]
changes_since = <str>
default:
Deprecated, will be removed in version: 2.1.0.dev0.
Use `--changed-since` instead of `--changed-parent` or `--changed-changes-since`.
NoneDeprecated, will be removed in version: 2.1.0.dev0.
Use `--changed-since` instead of `--changed-parent` or `--changed-changes-since`.
Calculate changes since this tree-ish/scm ref.
fast
--[no-]changed-fastPANTS_CHANGED_FASTpants.toml
[changed]
fast = <bool>
default:
Deprecated, will be removed in version: 2.1.0.dev0.
The option `--changed-fast` no longer does anything.
FalseDeprecated, will be removed in version: 2.1.0.dev0.
The option `--changed-fast` no longer does anything.
Stop searching for owners once a source is mapped to at least one owning target.
include_dependees
--changed-include-dependees=<DependeesOption>PANTS_CHANGED_INCLUDE_DEPENDEESpants.toml
[changed]
include_dependees = <DependeesOption>
one of:
default:
Deprecated, will be removed in version: 2.1.0.dev0.
Use `--changed-dependees` instead of `--changed-include-dependees`.
none, direct, transitivedefault:
noneDeprecated, will be removed in version: 2.1.0.dev0.
Use `--changed-dependees` instead of `--changed-include-dependees`.
Include direct or transitive dependees of changed targets.
Related subsystems
None