diff options
Diffstat (limited to 'include/git2/net.h')
-rw-r--r-- | include/git2/net.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/git2/net.h b/include/git2/net.h index 8cffa18dc..04dff34bc 100644 --- a/include/git2/net.h +++ b/include/git2/net.h @@ -21,12 +21,13 @@ GIT_BEGIN_DECL #define GIT_DEFAULT_PORT "9418" -/* +/** + * Direction of the connection. + * * We need this because we need to know whether we should call * git-upload-pack or git-receive-pack on the remote end when get_refs * gets called. */ - typedef enum { GIT_DIRECTION_FETCH = 0, GIT_DIRECTION_PUSH = 1 |