http-push.c: include with angle bracket, not dq.
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>
This commit is contained in:
parent
95d117b605
commit
bee8e79da0
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include <curl/curl.h>
|
#include <curl/curl.h>
|
||||||
#include <curl/easy.h>
|
#include <curl/easy.h>
|
||||||
#include "expat.h"
|
#include <expat.h>
|
||||||
|
|
||||||
static const char http_push_usage[] =
|
static const char http_push_usage[] =
|
||||||
"git-http-push [--complete] [--force] [--verbose] <url> <ref> [<ref>...]\n";
|
"git-http-push [--complete] [--force] [--verbose] <url> <ref> [<ref>...]\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user