| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-12 | style: apply cargo clippy and fmt fixes | DanConwayDev | |
| Reorganize imports and fix formatting issues flagged by clippy and rustfmt. | |||
| 2026-02-12 | fix: set up branch tracking when checking out proposals | DanConwayDev | |
| When a nostr:// remote exists, run git fetch instead of internal fetch to populate remote tracking refs. Then checkout the remote branch with proper upstream tracking so git pull works correctly. | |||
| 2026-02-12 | feat: add ngit apply command for non-interactive patch application | DanConwayDev | |
| Adds a new 'ngit apply <event-id>' command that applies proposal patches to the current branch. Supports --stdout flag to output patches for piping to git am. Phase 2 of non-interactive ngit list implementation. | |||