mirror of
https://github.com/git/git.git
synced 2026-03-14 10:53:25 +01:00
Merge with for-junio.
This commit is contained in:
@@ -25,6 +25,8 @@ static int pack_objects(int fd, struct ref *refs)
|
||||
if (pipe(pipe_fd) < 0)
|
||||
return error("send-pack: pipe failed");
|
||||
pid = fork();
|
||||
if (pid < 0)
|
||||
return error("send-pack: unable to fork git-pack-objects");
|
||||
if (!pid) {
|
||||
/*
|
||||
* The child becomes pack-objects --revs; we feed
|
||||
|
||||
Reference in New Issue
Block a user