git-dit
git-dit copied to clipboard
Decentralized Issue Tracking for git
I was wondering, whether that is an option, or how you'd think about that. I would imagine, using the same storage model, or at least have a bridge (importer &...
I am checking out different in-git issue trackers right now, and browsing yours, I missed (in the README directly): * the data model (found it later in a linked-to document)...
This is merely a note for myself. Maybe it is possible and maybe even a nice way to do it: sending issues (or rather new messages) using git-format-patch and applying...
I am currently in the process of writing an app with `libgitdit` and I found that it is _way_ to hard to use. For example, for checking whether an issue...
`git-dit` was written to replace systems storing issues in an opaque web application. Storing issues in a repository allows communicating them between different (git-based) platforms. Hence, you might wonder why...
IMO `git dit list` should show author date rather than committer date.
At least not with `push`.
Right now we lack a way to `git dit show -t` all issues, am I right? Or even list all issues with `-g` (one might want that...)
When listing a huge thread/tree with `show -g`, it would be awesome to have colors to quickly see where what is located. Other commands might benefit as well from a...
Discussion issue for binary attachements. Two options which I currently see here: * [git-annex](https://git-annex.branchable.com/), which is an awesome tool and fits perfectly well for the job, but has the one...