ditz version 0.1 has been released!
Ditz is a simple, light-weight distributed issue tracker designed to
work with
distributed version control systems like darcs and git. Ditz maintains
an issue
database file on disk, written in a line-based and human-editable
format. This
file is kept under version control, alongside project code. Changes in
issue
state is handled by version control like code change: included as part
of a
commit, merged with changes from other developers, conflict-resolved in
the
standard manner, etc.
Ditz provides a simple, console-based interface for creating and
updating the
issue database file, and some rudimentary HTML generation capabilities
for
producing world-readable status pages. It offers no central public
method of
bug submission.
Synopsis:
set up project. creates the bugs.yaml file.
- ditz init
- ditz add-release
add an issue
- ditz add
where am i?
- ditz status
- ditz todo
do work
- write code
- ditz close
- commit
- goto 3
finished!
- ditz release
Changes:
0.1 / 2008-04-02
- Initial release!