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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?