Decentralized Issue Tracking for git
git-dit - the distributed issue tracker for git
WARNING: This is pre-1.0! Expect bugs and incompatibilities!
However, we try to avoid breaking changes.
gitsubcommand:
git dit
--help
man git-interpret-trailers)
git dit pushand
git dit pull
When playing with this, please keep in mind that this is alpha quality - there are bugs, missing things and rough edges.
Cargo is used for building git-dit. Run
cargo build
in this directory in order to build
git-dit. Building the
git-ditman page is enabled through the "manpage" feature of the Cargo package. E.g. run
cargo build --features manpage
instead.
We do not provide any installation scripts. If you intent using or testing
git-dit, make sure to have the binary in your
PATH.
Additionally, for building the man page,
pandocis required.
If you use Nixpkgs, it is also available as the attribute
gitAndTools.git-dit, so you can try it out with simply
nix-shell -p gitAndTools.git-dit.
For a system overview and conceptual information, refer to the documentation. For a more practical documentation, refer to the man page.
The library module is licensed under terms of MPL-2.0. The binary module (this directory) uses the library and provides a commandline interface for it and is licensed under terms of GNU GPLv2.
(c) Julian Ganz, Matthias Beyer