repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add: don't write objects with --dry-run
[git/debian.git]
/
bulk-checkin.h
blob
b26f3dc3b74cb9ccb4ea630fafe8cd0cdcf5a012
1
/*
2
* Copyright (c) 2011, Google Inc.
3
*/
4
#ifndef BULK_CHECKIN_H
5
#define BULK_CHECKIN_H
6
7
#include
"cache.h"
8
9
int
index_bulk_checkin
(
struct
object_id
*
oid
,
10
int
fd
,
size_t
size
,
enum
object_type type
,
11
const char
*
path
,
unsigned
flags
);
12
13
void
plug_bulk_checkin
(
void
);
14
void
unplug_bulk_checkin
(
void
);
15
16
#endif