Closed Flightdeck73 closed 10 months ago
Yeah that is what it is supposed to do (ref for me: https://github.com/metio/terraform-provider-git/blob/main/internal/provider/data_source_commit.go#L184). I'll check what's going wrong and let you know - thanks for reaching out & sorry for the trouble!
That link doesn't work, pretty good provider btw.
That's odd about the link since it points to this very same repository :cold_sweat: however I think I found the root problem of your initial issue in #235 and upstream at https://github.com/go-git/go-git/issues/307
OK all tests are passing & the next release will happen on Friday (2024-01-12). Thanks again for opening this issue!
That's odd about the link since it points to this very same repository 😰 however I think I found the root problem of your initial issue in #235 and upstream at go-git/go-git#307
Interesting the link works now.. Thanks!
OK all tests are passing & the next release will happen on Friday (2024-01-12). Thanks again for opening this issue!
Just tested this and works great. thank you sir
commit_files seems to be set with every file in the repo, i would think it would just be the files that were committed. something like :
git diff head~1 --name-only
forgot to mention also tried: