Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
4e93ecfa
Commit
4e93ecfa
authored
Jan 11, 2022
by
punkymaniac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Separate function description from short description
parent
5c8f7a99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
include/git2/odb.h
+7
-6
No files found.
include/git2/odb.h
View file @
4e93ecfa
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment