projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95d117b
)
http-push.c: include with angle bracket, not dq.
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>
http-push.c
patch
|
blob
|
history
diff --git
a/http-push.c
b/http-push.c
index
c10067c
..
89fda42
100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-7,7
+7,7
@@
#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";