Staging
v0.5.1
Revision c1d0038746537ba8fe62d1c51714f96cc541cd0e authored by Peter Krefting on 30 October 2019, 22:22:13 UTC, committed by Peter Krefting on 30 October 2019, 22:22:13 UTC
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
1 parent 5b7594a
Raw File
bulk-checkin.h
/*
 * Copyright (c) 2011, Google Inc.
 */
#ifndef BULK_CHECKIN_H
#define BULK_CHECKIN_H

#include "cache.h"

int index_bulk_checkin(struct object_id *oid,
		       int fd, size_t size, enum object_type type,
		       const char *path, unsigned flags);

void plug_bulk_checkin(void);
void unplug_bulk_checkin(void);

#endif
back to top