]> git.ipfire.org Git - thirdparty/git.git/blame - bulk-checkin.h
Merge tag 'l10n-2.24.0-rnd2' of https://github.com/git-l10n/git-po
[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
ef3ca954
EN
7#include "cache.h"
8
55454427 9int index_bulk_checkin(struct object_id *oid,
ad6dad09
DL
10 int fd, size_t size, enum object_type type,
11 const char *path, unsigned flags);
568508e7 12
55454427
DL
13void plug_bulk_checkin(void);
14void unplug_bulk_checkin(void);
568508e7
JH
15
16#endif