mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 18:03:54 +00:00
Merge pull request #344 from margro/development
Header fix for C++ and double include in git2.h
This commit is contained in:
commit
77bb37eb47
@ -56,7 +56,6 @@
|
||||
#include "git2/config.h"
|
||||
#include "git2/remote.h"
|
||||
|
||||
#include "git2/remote.h"
|
||||
#include "git2/refspec.h"
|
||||
#include "git2/net.h"
|
||||
#include "git2/transport.h"
|
||||
|
@ -45,15 +45,6 @@ GIT_BEGIN_DECL
|
||||
* - _del (needs support from config)
|
||||
*/
|
||||
|
||||
/**
|
||||
* @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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user