summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95d117b)
raw | patch | inline | side by side (parent: 95d117b)
author | Paul Collins <paul@briny.ondioline.org> | |
Sun, 6 Nov 2005 21:07:45 +0000 (21:07 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 7 Nov 2005 02:31:46 +0000 (18:31 -0800) |
Do not search the current directory when including expat.h, since it
is not supplied by git.
Signed-off-by: Paul Collins <paul@briny.ondioline.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
is not supplied by git.
Signed-off-by: Paul Collins <paul@briny.ondioline.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-push.c | patch | blob | history |
diff --git a/http-push.c b/http-push.c
index c10067c17ff9eef3ce0f01e5c14ba86bd2273d54..89fda42efb678d2f9f9e802454fe561b4452a167 100644 (file)
--- a/http-push.c
+++ b/http-push.c
#include <curl/curl.h>
#include <curl/easy.h>
-#include "expat.h"
+#include <expat.h>
static const char http_push_usage[] =
"git-http-push [--complete] [--force] [--verbose] <url> <ref> [<ref>...]\n";