this post was submitted on 16 Oct 2023
3 points (100.0% liked)

Emacs

1978 readers
10 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
 

Hello folks! I'm using straight.el for my package management, but one thing that I'm missing is some sort of easy way to see what's changed, when I do a straight-pull-all. Ideally, I could see which packages that I explicitly have a dependency on have changed, and see either a changelog or a list of commits.

Does anyone know if something like this already exists?

Thanks!

top 2 comments
sorted by: hot top controversial new old
[โ€“] ParetoOptimalDev 1 points 11 months ago

Maybe see if elpaca has this?

[โ€“] cabhan@discuss.tchncs.de 1 points 10 months ago

As a follow up, I've been playing with Elpaca, and they do indeed have a changelog. You can run elpaca-fetch-all and see all of the new commits for each package.