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
77bb37eb
Commit
77bb37eb
authored
Jul 29, 2011
by
Vicent Martí
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #344 from margro/development
Header fix for C++ and double include in git2.h
parents
cb1c7563
ede21113
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
include/git2.h
+0
-1
include/git2/remote.h
+0
-9
No files found.
include/git2.h
View file @
77bb37eb
...
@@ -56,7 +56,6 @@
...
@@ -56,7 +56,6 @@
#include "git2/config.h"
#include "git2/config.h"
#include "git2/remote.h"
#include "git2/remote.h"
#include "git2/remote.h"
#include "git2/refspec.h"
#include "git2/refspec.h"
#include "git2/net.h"
#include "git2/net.h"
#include "git2/transport.h"
#include "git2/transport.h"
...
...
include/git2/remote.h
View file @
77bb37eb
...
@@ -46,15 +46,6 @@ GIT_BEGIN_DECL
...
@@ -46,15 +46,6 @@ GIT_BEGIN_DECL
*/
*/
/**
/**
* @file git2/remote.h
* @brief Git remote management
* @defgroup git_remote Git remote management routines
* @ingroup Git
* @{
*/
GIT_BEGIN_DECL
/**
* Get the information for a particular remote
* Get the information for a particular remote
*
*
* @param out pointer to the new remote object
* @param out pointer to the new remote object
...
...
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