t4015: test the output of "diff --color-moved -b"
[git.git] / bulk-checkin.h
blobfbd40fc98c955c192a6de698a75b8d56af766f09
1 /*
2 * Copyright (c) 2011, Google Inc.
3 */
4 #ifndef BULK_CHECKIN_H
5 #define BULK_CHECKIN_H
7 extern int index_bulk_checkin(unsigned char sha1[],
8 int fd, size_t size, enum object_type type,
9 const char *path, unsigned flags);
11 extern void plug_bulk_checkin(void);
12 extern void unplug_bulk_checkin(void);
14 #endif