[PR #48] Add git-native-issue #203

Open
opened 2026-06-03 16:49:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/croqaz/awesome-decentralized/pull/48
Author: @remenoscodes
Created: 2/20/2026
Status: 🔄 Open

Base: masterHead: add-git-native-issue


📝 Commits (1)

  • c79ad93 Add git-native-issue to Applications section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds git-native-issue — a distributed, decentralized issue tracking tool embedded in Git.

Why it fits this list:

  • Fully decentralized: Issues are native Git objects stored under refs/issues/, replicated via git push/git pull
  • Offline-first: No server, no API, no network required — works entirely locally
  • P2P sync: Every clone carries the full issue history, merge conflicts resolved automatically
  • Platform bridges: Optional sync to GitHub/GitLab when needed

POSIX shell implementation, 282 tests, GPL-2.0 licensed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/croqaz/awesome-decentralized/pull/48 **Author:** [@remenoscodes](https://github.com/remenoscodes) **Created:** 2/20/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-git-native-issue` --- ### 📝 Commits (1) - [`c79ad93`](https://github.com/croqaz/awesome-decentralized/commit/c79ad93e4332c8a8427619b7149e5108e336e3bb) Add git-native-issue to Applications section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [git-native-issue](https://github.com/remenoscodes/git-native-issue) — a distributed, decentralized issue tracking tool embedded in Git. **Why it fits this list:** - **Fully decentralized**: Issues are native Git objects stored under `refs/issues/`, replicated via `git push`/`git pull` - **Offline-first**: No server, no API, no network required — works entirely locally - **P2P sync**: Every clone carries the full issue history, merge conflicts resolved automatically - **Platform bridges**: Optional sync to GitHub/GitLab when needed POSIX shell implementation, 282 tests, GPL-2.0 licensed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-03 16:49:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-decentralized#203