acceptable-guitar-79854
10/25/2020, 2:04 PM./pants --changed-since=HEAD~1 ...flat-zoo-31952
10/25/2020, 3:56 PM./pants --changed-since=HEAD~1 list
works fine to lists files/targets that have changed since the last commithundreds-father-404
10/25/2020, 5:23 PM./pants --changed-since=HEAD~1 list is working for me.
You may also be interested in --changed-diffspec. From `./pants help changed`:
Calculate changes contained within a given Git spec (commit range/SHA/ref).I.e.,
./pants --changed-diffspec=my_branch list will show all files touched, independent of what current commit you’re on.acceptable-guitar-79854
10/25/2020, 7:02 PMflat-zoo-31952
10/25/2020, 7:05 PM