File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -214,12 +214,13 @@ typedef struct git_odb_expand_id {
214214
215215/**
216216 * Determine if one or more objects can be found in the object database
217- * by their abbreviated object ID and type. The given array will be
218- * updated in place: for each abbreviated ID that is unique in the
219- * database, and of the given type (if specified), the full object ID,
220- * object ID length (`GIT_OID_HEXSZ`) and type will be written back to
221- * the array. For IDs that are not found (or are ambiguous), the
222- * array entry will be zeroed.
217+ * by their abbreviated object ID and type.
218+ *
219+ * The given array will be updated in place: for each abbreviated ID that is
220+ * unique in the database, and of the given type (if specified),
221+ * the full object ID, object ID length (`GIT_OID_HEXSZ`) and type will be
222+ * written back to the array. For IDs that are not found (or are ambiguous),
223+ * the array entry will be zeroed.
223224 *
224225 * Note that since this function operates on multiple objects, the
225226 * underlying database will not be asked to be reloaded if an object is
You can’t perform that action at this time.
0 commit comments