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
08afd227
Commit
08afd227
authored
Jul 27, 2015
by
Ben Chatelain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix remaining documentation warnings
parent
2da64edb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
include/git2/sys/config.h
+1
-1
include/git2/sys/diff.h
+1
-1
src/path.h
+1
-1
src/push.h
+1
-1
No files found.
include/git2/sys/config.h
View file @
08afd227
...
...
@@ -76,7 +76,7 @@ struct git_config_backend {
* Initializes a `git_config_backend` with default values. Equivalent to
* creating an instance with GIT_CONFIG_BACKEND_INIT.
*
* @param
opts
the `git_config_backend` struct to initialize.
* @param
backend
the `git_config_backend` struct to initialize.
* @param version Version of struct; pass `GIT_CONFIG_BACKEND_VERSION`
* @return Zero on success; -1 on failure.
*/
...
...
include/git2/sys/diff.h
View file @
08afd227
...
...
@@ -67,7 +67,7 @@ GIT_EXTERN(int) git_diff_print_callback__to_file_handle(
typedef
struct
{
unsigned
int
version
;
size_t
stat_calls
;
/**< Number of stat() calls performed */
size_t
oid_calculations
;
/**<
/**<
Number of ID calculations */
size_t
oid_calculations
;
/**< Number of ID calculations */
}
git_diff_perfdata
;
#define GIT_DIFF_PERFDATA_VERSION 1
...
...
src/path.h
View file @
08afd227
...
...
@@ -319,7 +319,7 @@ extern int git_path_cmp(
* @param callback Function to invoke on each path. Passed the `payload`
* and the buffer containing the current path. The path should not
* be modified in any way. Return non-zero to stop iteration.
* @param
state
Passed to fn as the first ath.
* @param
payload
Passed to fn as the first ath.
*/
extern
int
git_path_walk_up
(
git_buf
*
pathbuf
,
...
...
src/push.h
View file @
08afd227
...
...
@@ -83,7 +83,7 @@ int git_push_add_refspec(git_push *push, const char *refspec);
* Update remote tips after a push
*
* @param push The push object
* @param
signature
The identity to use when updating reflogs
* @param
callbacks
The identity to use when updating reflogs
*
* @return 0 or an error code
*/
...
...
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