projg2 / smart-live-rebuild

Update live packages whose remotes have changed
BSD 2-Clause "Simplified" License
47 stars 7 forks source link

Show VCS log #2

Open mgorny opened 7 years ago

mgorny commented 7 years ago

From https://bitbucket.org/mgorny/smart-live-rebuild/issues/12/show-vcs-log:

Bitbucket user created an issue 2016-04-21 It would be nice to be able to display commit logs for commits after the installed one. I know that at least for git it would mean doing a shallow clone instead of just "ls-remote"... oh well. AFAIK, it could also be special-cased for github, which apparently provides API to remotely query logs. Maybe other git hosts do this as well. I would be even willing to implement this myself if you outline your architectural vision.