summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 104ff34)
raw | patch | inline | side by side (parent: 104ff34)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 29 Aug 2006 11:02:35 +0000 (13:02 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 29 Aug 2006 21:28:41 +0000 (14:28 -0700) |
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
peek-remote.c | patch | blob | history | |
receive-pack.c | patch | blob | history |
diff --git a/peek-remote.c b/peek-remote.c
index 2b30980b04e68a84bd300d647e80a34c7d3e621f..87f1543fec05e88fd1bc554740993397f0aa3807 100644 (file)
--- a/peek-remote.c
+++ b/peek-remote.c
#include "cache.h"
#include "refs.h"
#include "pkt-line.h"
-#include <sys/wait.h>
static const char peek_remote_usage[] =
"git-peek-remote [--exec=upload-pack] [host:]directory";
diff --git a/receive-pack.c b/receive-pack.c
index 201531626c2a60dffd1720ab4d00d7023bcbc78e..78f75da5ca99bd5457fd4e0f6e3af2737afc335a 100644 (file)
--- a/receive-pack.c
+++ b/receive-pack.c
#include "refs.h"
#include "pkt-line.h"
#include "run-command.h"
-#include <sys/wait.h>
static const char receive_pack_usage[] = "git-receive-pack <git-dir>";