Skip to content

Commit 4e93ecf

Browse files
committed
Separate function description from short description
1 parent 5c8f7a9 commit 4e93ecf

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

include/git2/odb.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)