Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout.c: change "unique" member to "num_matches"
[gitweb.git]
/
bulk-checkin.h
diff --git
a/bulk-checkin.h
b/bulk-checkin.h
index fbd40fc98c955c192a6de698a75b8d56af766f09..a85527318b15b36bb60b0b6b166569b4fcaa9dcf 100644
(file)
--- a/
bulk-checkin.h
+++ b/
bulk-checkin.h
@@
-4,7
+4,7
@@
#ifndef BULK_CHECKIN_H
#define BULK_CHECKIN_H
-extern int index_bulk_checkin(
unsigned char sha1[]
,
+extern int index_bulk_checkin(
struct object_id *oid
,
int fd, size_t size, enum object_type type,
const char *path, unsigned flags);