From: Linus Torvalds <torvalds@linux-foundation.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: [RFD] Deepen the git directory structure a bit.
Date: Thu, 18 Feb 2010 14:18:06 -0800 (PST) [thread overview]
Message-ID: <alpine.LFD.2.00.1002181416410.4141@localhost.localdomain> (raw)
In-Reply-To: <7vbpfm9tst.fsf@alter.siamese.dyndns.org>
On Thu, 18 Feb 2010, Junio C Hamano wrote:
>
> I personally like the general direction you are going. One minor detail I
> do not know about is whether to move "builtin.h" with others, or leave it
> at the top. Also I don't particularly find "-I. -Ibuiltin/" ugly. It
> would make sense to use "-I." and rewrite our '#include "xyzzy.h"' into
> '#include <xyzzy.h>' even if we were not doing this change.
I was actually thinking of just changing everybody to use
-#include "builtin.h"
+#include "builtin/cmd.h"
and I even did that with a sed script, but then the renames aren't pure
renames any more, so I decided that in order to make the patch be a
minimal rename thing, that would be a second phase.
Linus
next prev parent reply other threads:[~2010-02-18 22:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-18 18:36 [RFD] Deepen the git directory structure a bit Linus Torvalds
2010-02-18 20:24 ` Junio C Hamano
2010-02-18 21:50 ` Avery Pennarun
2010-02-18 22:20 ` Linus Torvalds
2010-02-18 22:18 ` Linus Torvalds [this message]
2010-02-18 23:34 ` Christian MICHON
2010-02-19 3:50 ` Pavan Kumar Sunkara
2010-02-22 16:42 ` Linus Torvalds
2010-02-22 22:32 ` Junio C Hamano
2010-02-25 10:58 ` Fabian Kössel
2010-02-27 1:28 ` 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=alpine.LFD.2.00.1002181416410.4141@localhost.localdomain \
--to=torvalds@linux-foundation.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).