[libgit2-glib] Remove GgitPush object
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] Remove GgitPush object
- Date: Sun, 18 Jan 2015 13:01:58 +0000 (UTC)
commit ef3770150ffc2f748e77ef828d1774c2ac79174d
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sun Jan 18 13:59:58 2015 +0100
Remove GgitPush object
This object has been also removed in libgit2 and integrated
into the remote one
libgit2-glib/Ggit.py | 2 +-
libgit2-glib/Makefile.am | 2 -
libgit2-glib/ggit-push.c | 434 ---------------------------------------------
libgit2-glib/ggit-push.h | 94 ----------
libgit2-glib/ggit-types.h | 7 -
5 files changed, 1 insertions(+), 538 deletions(-)
---
diff --git a/libgit2-glib/Ggit.py b/libgit2-glib/Ggit.py
index 675b45c..8422898 100644
--- a/libgit2-glib/Ggit.py
+++ b/libgit2-glib/Ggit.py
@@ -96,7 +96,7 @@ for c in dir(Ggit):
elif hasattr(o, 'next'):
_override_dyn(o, __iter__=_wrap_iter_next)
- # GgitIndex, GgitPush, GgitRepository, GgitRevisionWalker, ...
+ # GgitIndex, GgitRepository, GgitRevisionWalker, ...
if o.__gtype__.is_a(Gio.Initable):
_override_dyn(o, __init__=_wrap_initable_init)
diff --git a/libgit2-glib/Makefile.am b/libgit2-glib/Makefile.am
index 2908a53..fbab191 100644
--- a/libgit2-glib/Makefile.am
+++ b/libgit2-glib/Makefile.am
@@ -55,7 +55,6 @@ H_FILES = \
ggit-object-factory-base.h \
ggit-oid.h \
ggit-patch.h \
- ggit-push.h \
ggit-push-options.h \
ggit-ref.h \
ggit-ref-spec.h \
@@ -119,7 +118,6 @@ C_FILES = \
ggit-object-factory-base.c \
ggit-oid.c \
ggit-patch.c \
- ggit-push.c \
ggit-push-options.c \
ggit-ref.c \
ggit-ref-spec.c \
diff --git a/libgit2-glib/ggit-types.h b/libgit2-glib/ggit-types.h
index 561843a..ebe7e33 100644
--- a/libgit2-glib/ggit-types.h
+++ b/libgit2-glib/ggit-types.h
@@ -285,13 +285,6 @@ typedef struct _GgitOId GgitOId;
typedef struct _GgitPatch GgitPatch;
/**
- * GgitPush:
- *
- * Represents a git push.
- */
-typedef struct _GgitPush GgitPush;
-
-/**
* GgitPushOptions:
*
* Represents a git push options.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]