mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-21 22:16:24 +00:00
sha256: update documentation
This commit is contained in:
@@ -116,6 +116,7 @@ GIT_EXTERN(int) git_oid_from_string(
|
||||
*
|
||||
* @param out oid structure the result is written into.
|
||||
* @param str input hex prefix
|
||||
* @param len the length of the given prefix
|
||||
* @param type object id type
|
||||
* @return 0 or an error code
|
||||
*/
|
||||
|
||||
@@ -63,6 +63,7 @@ GIT_EXTERN(int) git_commit_graph_open_options_init(
|
||||
*
|
||||
* @param cgraph_out the `git_commit_graph` struct to initialize.
|
||||
* @param objects_dir the path to a git objects directory.
|
||||
* @param options options for opening the graph
|
||||
* @return Zero on success; -1 on failure.
|
||||
*/
|
||||
GIT_EXTERN(int) git_commit_graph_open(
|
||||
|
||||
@@ -61,6 +61,7 @@ GIT_EXTERN(int) git_midx_writer_options_init(
|
||||
* @param out location to store the writer pointer.
|
||||
* @param pack_dir the directory where the `.pack` and `.idx` files are. The
|
||||
* `multi-pack-index` file will be written in this directory, too.
|
||||
* @param options the options to create the writer with
|
||||
* @return 0 or an error code
|
||||
*/
|
||||
GIT_EXTERN(int) git_midx_writer_new(
|
||||
|
||||
Reference in New Issue
Block a user