]> git.ipfire.org Git - thirdparty/git.git/blame - bulk-checkin.h
Sync with 2.16.6
[thirdparty/git.git] / bulk-checkin.h
CommitLineData
568508e7
JH
1/*
2 * Copyright (c) 2011, Google Inc.
3 */
4#ifndef BULK_CHECKIN_H
5#define BULK_CHECKIN_H
6
568508e7
JH
7extern int index_bulk_checkin(unsigned char sha1[],
8 int fd, size_t size, enum object_type type,
9 const char *path, unsigned flags);
10
11extern void plug_bulk_checkin(void);
12extern void unplug_bulk_checkin(void);
13
14#endif