summaryrefslogtreecommitdiff
path: root/projects/cl2vcs.mdwn
blob: bedf3c3662ce0e4ef58361765277201870d3c566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Cl2vcs](https://honk.sigxcpu.org/cl2vcs/) is a simple CGI that maps Debian changelogs back to VCS commit ids.

[[!toc ]]

### 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>>.