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
efad967a
Commit
efad967a
authored
Mar 22, 2018
by
Etienne Samson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix some comment-marker typos
parent
96576372
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
include/git2/blame.h
+1
-1
include/git2/repository.h
+1
-1
include/git2/types.h
+1
-1
No files found.
include/git2/blame.h
View file @
efad967a
...
...
@@ -128,7 +128,7 @@ typedef struct git_blame_hunk {
}
git_blame_hunk
;
/* Opaque structure to hold blame results */
/*
*
Opaque structure to hold blame results */
typedef
struct
git_blame
git_blame
;
/**
...
...
include/git2/repository.h
View file @
efad967a
...
...
@@ -368,7 +368,7 @@ GIT_EXTERN(int) git_repository_head_for_worktree(git_reference **out, git_reposi
*/
GIT_EXTERN
(
int
)
git_repository_head_detached
(
git_repository
*
repo
);
/*
/*
*
* Check if a worktree's HEAD is detached
*
* A worktree's HEAD is detached when it points directly to a
...
...
include/git2/types.h
View file @
efad967a
...
...
@@ -215,7 +215,7 @@ typedef enum {
GIT_FILEMODE_COMMIT
=
0160000
,
}
git_filemode_t
;
/*
/*
*
* A refspec specifies the mapping between remote and local reference
* names when fetch or pushing.
*/
...
...
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