A distributed, collaborative, offline-first issue tracker backed by git
Find a file
Sebastian Kuzminsky 1f4456fcaf teach Issue to know what dir it lives in
The Issue struct is a cache of files on disk.  There is never an Issue
without a directory to live in.

This commit adds a field to Issue to track what that directory is, so
that we can update those filew when we change the Issue, and commit the
changes to git.
2025-07-06 00:22:30 -06:00
src teach Issue to know what dir it lives in 2025-07-06 00:22:30 -06:00
test "title" is just the first line of "description" now 2025-07-05 22:40:28 -06:00
.gitignore git ignore Cargo.lock 2025-07-03 16:51:52 -06:00
Cargo.toml start adding ent binary 2025-07-05 21:20:44 -06:00
README.md add a README 2025-07-03 08:41:20 -06:00
Todo.md add a Todo file, ironically 2025-07-05 21:20:48 -06:00

This is a distributed, collaborative bug tracker, backed by git.