Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Make pack_objects void.
author
David Rientjes
<rientjes@google.com>
Mon, 14 Aug 2006 20:38:50 +0000
(13:38 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 15 Aug 2006 01:59:03 +0000
(18:59 -0700)
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
send-pack.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b5524c8
)
diff --git
a/send-pack.c
b/send-pack.c
index 10bc8bc35935c6ba3af70456781d6194c55ba274..b7cc1a90891328912e93e1d545d9b56269661b18 100644
(file)
--- a/
send-pack.c
+++ b/
send-pack.c
@@
-111,7
+111,7
@@
static void rev_list(int fd, struct ref *refs)
exec_rev_list(refs);
}
-static
int
pack_objects(int fd, struct ref *refs)
+static
void
pack_objects(int fd, struct ref *refs)
{
pid_t rev_list_pid;
@@
-126,7
+126,6
@@
static int pack_objects(int fd, struct ref *refs)
* We don't wait for the rev-list pipeline in the parent:
* we end up waiting for the other end instead
*/
- return 0;
}
static void unmark_and_free(struct commit_list *list, unsigned int mark)