From: Jens Lehmann <Jens.Lehmann@web.de>
To: "W. Trevor King" <wking@tremily.us>
Cc: Git <git@vger.kernel.org>, Junio C Hamano <gitster@pobox.com>,
Heiko Voigt <hvoigt@hvoigt.net>,
Johan Herland <johan@herland.net>
Subject: Re: [PATCH] Documentation/submodule: Fix submodule.<name> -> .<path> typos
Date: Fri, 28 Mar 2014 17:55:18 +0100 [thread overview]
Message-ID: <5335A976.6050908@web.de> (raw)
In-Reply-To: <20140328020648.GB25485@odin.tremily.us>
I just noticed that the two patches Junio added to pu have a reworded
commit message I'm perfectly happy with.
Thanks all.
Am 28.03.2014 03:06, schrieb W. Trevor King:
> On Fri, Mar 28, 2014 at 12:15:00AM +0100, Jens Lehmann wrote:
>> Am 27.03.2014 22:06, schrieb W. Trevor King:
>>> The transition from submodule.<path>.* to submodule.<name>.* happened
>>> in 73b0898d (Teach "git submodule add" the --name option, 2012-09-30),
>>> which landed in v1.8.1-rc0 on 2012-12-03.
>>
>> Nope, the distinction between path and name is way older (AFAIK it
>> is there from day one). That was just the point in time where you
>> could choose a different name without editing .gitmodules. And the
>> fact that the name is initialized with the path confused a lot of
>> people.
>
> Before 73b0898d, cmd_add used:
>
> git config -f .gitmodules submodule."$sm_path".path "$sm_path"
>
> and similar, so I used submodule.<path>.branch in my initial
> documentation of this patch (v5 of that series) [1]. By the final v8
> (which rebased onto the then-current master with 73b0898d), the
> surrounding calls were [2]:
>
> git config -f .gitmodules submodule."$sm_name".path "$sm_path"
>
> but I missed the update to <name> in my rebasing. I suppose I could
> have used <name> instead of <path> in my initial v5 patch, but I was
> one of the folks confused by the old name == path behavior ;).
>
>>> This patch is against master, because 23d25e48 hasn't landed in maint
>>> yet. If you want, I can split this into two patches, one against
>>> maint fixing the b9289227 typo and another against master fixing the
>>> 23d25e48 typo.
>>
>> This fixes the only two usages of 'submodule.<path>.*' in the
>> Documentation I can see in current master.
>
> Right. However, this patch won't apply to the maint branch (where
> 23d25e48 hasn't landed). I'm just saying that we may want to split
> this patch in half and push the fix for b9289227 in a maintenance
> release. On the other hand, we've survived since 2012 with the
> current docs, so *not* splitting this patch apart works for me too.
>
> Cheers,
> Trevor
>
> [1]: http://article.gmane.org/gmane.comp.version-control.git/210763
> [2]: http://article.gmane.org/gmane.comp.version-control.git/211832
>
next prev parent reply other threads:[~2014-03-28 16:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-27 21:06 [PATCH] Documentation/submodule: Fix submodule.<name> -> .<path> typos W. Trevor King
2014-03-27 23:15 ` Jens Lehmann
2014-03-28 2:06 ` W. Trevor King
2014-03-28 16:55 ` Jens Lehmann [this message]
2014-03-28 17:01 ` W. Trevor King
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=5335A976.6050908@web.de \
--to=jens.lehmann@web.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=hvoigt@hvoigt.net \
--cc=johan@herland.net \
--cc=wking@tremily.us \
/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).