Merge remote-tracking branch 'richo/bugs/odb_stream'
This commit is contained in:
commit
1a93cb0a89
@ -31,6 +31,7 @@
|
||||
#define PY_SSIZE_T_CLEAN
|
||||
#include <Python.h>
|
||||
#include <git2.h>
|
||||
#include <git2/remote.h>
|
||||
|
||||
PyObject* Remote_init(Remote *self, PyObject *args, PyObject *kwds);
|
||||
PyObject* Remote_fetch(Remote *self, PyObject *args);
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "note.h"
|
||||
#include "repository.h"
|
||||
#include "remote.h"
|
||||
#include <git2/odb_backend.h>
|
||||
|
||||
extern PyObject *GitError;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user