Merge commit 'doc/http-backend: missing accent grave in literal mark-up'
[git.git] / bulk-checkin.h
blob4f599f88414df22856e1a680e021dfe1170e5024
1 /*
2 * Copyright (c) 2011, Google Inc.
3 */
4 #ifndef BULK_CHECKIN_H
5 #define BULK_CHECKIN_H
7 #include "cache.h"
9 extern int index_bulk_checkin(unsigned char sha1[],
10 int fd, size_t size, enum object_type type,
11 const char *path, unsigned flags);
13 extern void plug_bulk_checkin(void);
14 extern void unplug_bulk_checkin(void);
16 #endif