@@ -171,9 +171,17 @@ become available.
171
171
* handle git index files for primary use by the git-repository while crafting new commits
172
172
* [ ] API documentation with examples
173
173
174
- ### git-bundle
175
- * [ ] create a bundle from an archive
176
- * [ ] extract a branch from a bundle into a repository
174
+ ### git-commitgraph
175
+ * [x] read-only access
176
+ * [x] Graph lookup of commit information to obtain timestamps, generation and parents, and extra edges
177
+ * [ ] Bloom filter index
178
+ * [ ] Bloom filter data
179
+ * [ ] create and update graphs and graph files
180
+ * [ ] API documentation with examples
181
+
182
+ ### git-config
183
+ * read and write git configuration files
184
+ * [ ] API documentation with examples
177
185
178
186
### git-repository
179
187
* [x] initialize
@@ -196,15 +204,9 @@ become available.
196
204
* [ ] Use _ Commit Graph_ to speed up certain queries
197
205
* [ ] API documentation with examples
198
206
199
- ### git-commitgraph
200
- * [x] read-only access
201
- * [x] Graph lookup of commit information to obtain timestamps, generation and parents
202
- * [ ] create and update graphs and graph files
203
- * [ ] API documentation with examples
204
-
205
- ### git-config
206
- * read and write git configuration files
207
- * [ ] API documentation with examples
207
+ ### git-bundle
208
+ * [ ] create a bundle from an archive
209
+ * [ ] extract a branch from a bundle into a repository
208
210
209
211
### git-ref
210
212
* Handle symbolic references and packed references
0 commit comments