mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 06:15:08 +00:00
Update to libgit 1.5.2-rc2
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
20
cgit.h
20
cgit.h
@@ -1,10 +1,22 @@
|
||||
#ifndef CGIT_H
|
||||
#define CGIT_H
|
||||
|
||||
#include "git.h"
|
||||
#include <openssl/sha.h>
|
||||
#include <ctype.h>
|
||||
#include <sched.h>
|
||||
|
||||
#include <git-compat-util.h>
|
||||
#include <cache.h>
|
||||
#include <grep.h>
|
||||
#include <object.h>
|
||||
#include <tree.h>
|
||||
#include <commit.h>
|
||||
#include <tag.h>
|
||||
#include <diff.h>
|
||||
#include <diffcore.h>
|
||||
#include <refs.h>
|
||||
#include <revision.h>
|
||||
#include <log-tree.h>
|
||||
#include <archive.h>
|
||||
#include <xdiff/xdiff.h>
|
||||
|
||||
|
||||
typedef void (*configfn)(const char *name, const char *value);
|
||||
|
||||
|
Reference in New Issue
Block a user