| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-28 | feat(remote): batch `push` and `fetch` | DanConwayDev | |
| requests so that the git_server is called once rather than many time in serial | |||
| 2024-07-28 | refactor(remote): allow more `push` callbacks | DanConwayDev | |
| by using GitAuthenticatior credential callback directly rather than its `push` method | |||
| 2024-07-26 | fix(remote): push updates remote refs | DanConwayDev | |
| push was not updating remote refs after the anon remote was being pushed | |||
| 2024-07-26 | fix(remote): authenticate pushes | DanConwayDev | |
| in the future we could implement our own credentials callback function to remove the dependancy | |||
| 2024-07-26 | feat(remote): add nostr git remote helper | DanConwayDev | |
| as a simple proxy to the first git server listed in announcement parse clone url as `nostr://naddr123...` | |||