Commit 4e93ecfa by punkymaniac

Separate function description from short description

parent 5c8f7a99
...@@ -214,12 +214,13 @@ typedef struct git_odb_expand_id { ...@@ -214,12 +214,13 @@ typedef struct git_odb_expand_id {
/** /**
* Determine if one or more objects can be found in the object database * Determine if one or more objects can be found in the object database
* by their abbreviated object ID and type. The given array will be * by their abbreviated object ID and type.
* updated in place: for each abbreviated ID that is unique in the *
* database, and of the given type (if specified), the full object ID, * The given array will be updated in place: for each abbreviated ID that is
* object ID length (`GIT_OID_HEXSZ`) and type will be written back to * unique in the database, and of the given type (if specified),
* the array. For IDs that are not found (or are ambiguous), the * the full object ID, object ID length (`GIT_OID_HEXSZ`) and type will be
* array entry will be zeroed. * written back to the array. For IDs that are not found (or are ambiguous),
* the array entry will be zeroed.
* *
* Note that since this function operates on multiple objects, the * Note that since this function operates on multiple objects, the
* underlying database will not be asked to be reloaded if an object is * underlying database will not be asked to be reloaded if an object is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment