bulk-checkin.hon commit merge: handle --ff/--no-ff/--ff-only as a tri-state option (a54841e)
   1/*
   2 * Copyright (c) 2011, Google Inc.
   3 */
   4#ifndef BULK_CHECKIN_H
   5#define BULK_CHECKIN_H
   6
   7#include "cache.h"
   8
   9extern int index_bulk_checkin(unsigned char sha1[],
  10                              int fd, size_t size, enum object_type type,
  11                              const char *path, unsigned flags);
  12
  13extern void plug_bulk_checkin(void);
  14extern void unplug_bulk_checkin(void);
  15
  16#endif