File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed
Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 88#define INCLUDE_git_email_h__
99
1010#include "common.h"
11+ #include "diff.h"
1112
1213/**
1314 * @file git2/email.h
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ GIT_EXTERN(const char *) git_refspec_dst(const git_refspec *refspec);
5858 * Get the refspec's string
5959 *
6060 * @param refspec the refspec
61- * @returns the refspec's original string
61+ * @return the refspec's original string
6262 */
6363GIT_EXTERN (const char * ) git_refspec_string (const git_refspec * refspec );
6464
Original file line number Diff line number Diff line change 77#ifndef INCLUDE_sys_git_email_h__
88#define INCLUDE_sys_git_email_h__
99
10+ #include "git2/common.h"
11+ #include "git2/diff.h"
12+ #include "git2/email.h"
13+ #include "git2/types.h"
14+
1015/**
1116 * @file git2/sys/email.h
1217 * @brief Advanced git email creation routines
Original file line number Diff line number Diff line change 2020
2121GIT_BEGIN_DECL
2222
23+ /**
24+ * A remote's capabilities.
25+ */
2326typedef enum {
2427 /** Remote supports fetching an advertised object by ID. */
2528 GIT_REMOTE_CAPABILITY_TIP_OID = (1 << 0 ),
Original file line number Diff line number Diff line change 1111#include "buffer.h"
1212#include "types.h"
1313#include "strarray.h"
14+ #include "checkout.h"
1415
1516/**
1617 * @file git2/worktrees.h
You can’t perform that action at this time.
0 commit comments