Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/git2/email.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define INCLUDE_git_email_h__

#include "common.h"
#include "diff.h"

/**
* @file git2/email.h
Expand Down
2 changes: 1 addition & 1 deletion include/git2/refspec.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GIT_EXTERN(const char *) git_refspec_dst(const git_refspec *refspec);
* Get the refspec's string
*
* @param refspec the refspec
* @returns the refspec's original string
* @return the refspec's original string
*/
GIT_EXTERN(const char *) git_refspec_string(const git_refspec *refspec);

Expand Down
5 changes: 5 additions & 0 deletions include/git2/sys/email.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
#ifndef INCLUDE_sys_git_email_h__
#define INCLUDE_sys_git_email_h__

#include "git2/common.h"
#include "git2/diff.h"
#include "git2/email.h"
#include "git2/types.h"

/**
* @file git2/sys/email.h
* @brief Advanced git email creation routines
Expand Down
3 changes: 3 additions & 0 deletions include/git2/sys/remote.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

GIT_BEGIN_DECL

/**
* A remote's capabilities.
*/
typedef enum {
/** Remote supports fetching an advertised object by ID. */
GIT_REMOTE_CAPABILITY_TIP_OID = (1 << 0),
Expand Down
1 change: 1 addition & 0 deletions include/git2/worktree.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "buffer.h"
#include "types.h"
#include "strarray.h"
#include "checkout.h"

/**
* @file git2/worktrees.h
Expand Down