/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove pack.keep after ref updates in git-fetch
[git/git.git]
/
fetch-pack.h
diff --git
a/fetch-pack.h
b/fetch-pack.h
index
e06bf5b
..
cdcd84f
100644
(file)
--- a/
fetch-pack.h
+++ b/
fetch-pack.h
@@
-16,6
+16,6
@@
struct fetch_pack_args
void setup_fetch_pack(struct fetch_pack_args *args);
-struct ref *fetch_pack(const char *dest, int nr_heads, char **heads);
+struct ref *fetch_pack(const char *dest, int nr_heads, char **heads
, char **pack_lockfile
);
#endif