ditz(1) simple, light-weight distributed issue tracker

SYNOPSIS

ditz [ options ] command [ arguments ]

To list all available commands, use ditz help. To get help for a specific command, use ditz help command.

DESCRIPTION

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 directory on disk, with files written in a line-based and human- editable format. This directory 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 files, and some rudimentary HTML generation capabilities for producing world-readable status pages. It offers no central public method of bug submission.

AUTHOR

ditz was written by William Morgan <[email protected]>.

This manpage was written for the Debian package of ditz by Christian Garbs <[email protected]>.

LICENSE

Copyright (c) 2008 William Morgan.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.