-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathqgit2.h
More file actions
62 lines (57 loc) · 2.1 KB
/
Copy pathqgit2.h
File metadata and controls
62 lines (57 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/******************************************************************************
* This file is part of the Gluon Development Platform
* Copyright (c) 2011 Laszlo Papp <djszapi@archlinux.us>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef INCLUDE_QGIT2_H
#define INCLUDE_QGIT2_H
#define LIBQGIT2_VERSION "0.22.1"
#define LIBQGIT2_VER_MAJOR 0
#define LIBQGIT2_VER_MINOR 22
#define LIBQGIT2_VER_REVISION 1
#define LIBQGIT2_SOVERSION 1
#include "qgit2/qgitblob.h"
#include "qgit2/qgitcheckoutoptions.h"
#include "qgit2/qgitcherrypickoptions.h"
#include "qgit2/qgitcommit.h"
#include "qgit2/qgitconfig.h"
#include "qgit2/qgitcredentials.h"
#include "qgit2/qgitdatabase.h"
#include "qgit2/qgitdatabasebackend.h"
#include "qgit2/qgitdiff.h"
#include "qgit2/qgitdiffdelta.h"
#include "qgit2/qgitdifffile.h"
#include "qgit2/qgitexception.h"
#include "qgit2/qgitglobal.h"
#include "qgit2/qgitindex.h"
#include "qgit2/qgitindexentry.h"
#include "qgit2/qgitindexmodel.h"
#include "qgit2/qgitmergeoptions.h"
#include "qgit2/qgitobject.h"
#include "qgit2/qgitoid.h"
#include "qgit2/qgitref.h"
#include "qgit2/qgitremote.h"
#include "qgit2/qgitrepository.h"
#include "qgit2/qgitrevwalk.h"
#include "qgit2/qgitsignature.h"
#include "qgit2/qgitstatus.h"
#include "qgit2/qgitstatusentry.h"
#include "qgit2/qgitstatuslist.h"
#include "qgit2/qgitstatusoptions.h"
#include "qgit2/qgittag.h"
#include "qgit2/qgittree.h"
#include "qgit2/qgittreeentry.h"
#endif