git-dit

Decentralized Issue Tracking for git

Github星跟踪图

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.


git-dit features

  • Distributed issue tracking, without checking files into the repository
  • Convenient commandline interface (plumbing + porcelain)
  • Implemented as git subcommand: git dit
  • Each command has a --help
  • No structured data
    • An issue/comment is a commit
    • "Tags" are supported (see man git-interpret-trailers)
  • Convenience git dit push and git dit pull
  • No additional software needed on the server-side.

When playing with this, please keep in mind that this is alpha quality - there
are bugs, missing things and rough edges.

Installing

Cargo is used for building git-dit. Run

cargo build

in this directory in order to build git-dit. Building the git-dit man 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, pandoc is 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.

Documentation

For a system overview and conceptual information, refer to the
documentation. For a more practical documentation, refer to the
man page.

License

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

主要指标

概览
名称与所有者git-dit/git-dit
主编程语言Rust
编程语言Rust (语言数: 1)
平台
许可证Other
所有者活动
创建于2017-02-23 15:08:01
推送于2025-06-02 18:56:37
最后一次提交
发布数7
最新版本名称v0.5.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数460
关注者数28
派生数14
提交数0.9k
已启用问题?
问题数57
打开的问题数11
拉请求数127
打开的拉请求数0
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?