All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Collins <paul@briny.ondioline.org>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: Re: What's in git.git tonight
Date: Sun, 06 Nov 2005 21:07:45 +0000	[thread overview]
Message-ID: <87mzkh8oym.fsf@briny.internal.ondioline.org> (raw)
In-Reply-To: <7vmzkhy5on.fsf@assigned-by-dhcp.cox.net> (Junio C. Hamano's message of "Sun, 06 Nov 2005 10:47:20 -0800")

Junio C Hamano <junkio@cox.net> writes:

> merlyn@stonehenge.com (Randal L. Schwartz) writes:
>
>> And, I've confirmed that this patch does the trick, and will probably
>> defer any other issues with "optional" packages in the future:
>
> Thanks.  Next time around could you sign-off your patch?

A tiny nit:

---

Consistency is the hobgoblin of small minds, and mine is tiny indeed.
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>

diff --git a/http-push.c b/http-push.c
index c10067c..89fda42 100644
--- 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";


-- 
Dag vijandelijk luchtschip de huismeester is dood

  reply	other threads:[~2005-11-06 21:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-06 10:00 What's in git.git tonight Junio C Hamano
2005-11-06 10:54 ` Randal L. Schwartz
2005-11-06 11:57   ` Paul Collins
2005-11-06 12:08     ` Randal L. Schwartz
2005-11-06 12:33       ` Randal L. Schwartz
2005-11-06 18:47         ` Junio C Hamano
2005-11-06 21:07           ` Paul Collins [this message]
2005-11-06 12:11   ` Marco Roeland
2005-11-06 12:24     ` Randal L. Schwartz
2005-11-06 12:46 ` Johannes Schindelin
  -- strict thread matches above, loose matches on Subject: below --
2005-12-17  9:37 Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mzkh8oym.fsf@briny.internal.ondioline.org \
    --to=paul@briny.ondioline.org \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.