Staging
v0.7.0
Revision 77200e9332cc0f6004c80f5e1e09a7b37bf8a3f3 authored by Christopher Diaz Riveros on 15 September 2019, 21:56:56 UTC, committed by Christopher Diaz Riveros on 29 October 2019, 00:21:27 UTC
Signed-off-by: Christopher Diaz Riveros <christopher.diaz.riv@gmail.com>
1 parent 045a548
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