diff options
Diffstat (limited to 'docs/learnings/grasp-01-implementation.md')
| -rw-r--r-- | docs/learnings/grasp-01-implementation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/learnings/grasp-01-implementation.md b/docs/learnings/grasp-01-implementation.md index 14ab452..27124af 100644 --- a/docs/learnings/grasp-01-implementation.md +++ b/docs/learnings/grasp-01-implementation.md | |||
| @@ -42,7 +42,8 @@ | |||
| 42 | - ✅ Recursive maintainer chain support | 42 | - ✅ Recursive maintainer chain support |
| 43 | - ✅ HEAD set from state events | 43 | - ✅ HEAD set from state events |
| 44 | - ✅ `refs/nostr/<event-id>` support for PRs | 44 | - ✅ `refs/nostr/<event-id>` support for PRs |
| 45 | - ✅ `allow-tip-sha1-in-want` and `allow-reachable-sha1-in-want` | 45 | - ✅ `allow-tip-sha1-in-want` and `allow-reachable-sha1-in-want` (GRASP-01 requirement) |
| 46 | - ✅ `uploadpack.allowFilter` for partial clone support (required by git-natural-api) | ||
| 46 | 47 | ||
| 47 | --- | 48 | --- |
| 48 | 49 | ||