Cl2vcs is a simple CGI that maps Debian changelogs back to VCS commit ids. It currently supports gitweb, cgit and the hg repo browser.
Source Code
The source code is available via:
git clone http://honk.sigxcpu.org/git/cl2vcs.git
Howto use
- In order for this to work you need to insert the VCS commit IDs in your debian/changelog.
If you're using Git and git-buildpackage you simply need to give the --id-length parameter to git-dch, e.g.:
git-dch --id-length=7 -R -a
Todo
- Web 2.0ify
- add support for more VCSs
- add some color
Authors
cl2vcs is written and maintained by Guido Günther <agx@sigxcpu.org>.