git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Git trademark status and policy
@ 2017-02-02  2:26 Jeff King
  2017-02-21 15:55 ` G. Sylvie Davies
  2018-09-16 10:15 ` David Aguilar
  0 siblings, 2 replies; 12+ messages in thread
From: Jeff King @ 2017-02-02  2:26 UTC (permalink / raw)
  To: git

As many of you already know, the Git project (as a member of Software
Freedom Conservancy) holds a trademark on "Git".  This email will try to
lay out a bit of the history and procedure around the enforcement of
that trademark, along with some open questions about policy.

I'll use "we" in the text below, which will generally mean the Git
Project Leadership Committee (PLC). I.e., the people who represent the
Git project as part of Conservancy -- me, Junio Hamano, and Shawn
Pearce.

We approached Conservancy in Feb 2013 about getting a trademark on Git
to ensure that anything calling itself "Git" remained interoperable with
Git. Conservancy's lawyer drafted the USPTO application and submitted it
that summer. The trademark was granted in late 2014 (more on that delay
in a moment).

Concurrently, we developed a written trademark policy, which you can
find here:

  https://git-scm.com/trademark

This was started from a template that Conservancy uses and customized by
Conservancy and the Git PLC.

While the original idea was to prevent people from forking the
software, breaking compatibility, and still calling it Git, the policy
covers several other cases.

One is that you can't imply successorship. So you also can't fork the
software, call it "Git++", and then tell everybody your implementation
is the next big thing.

Another is that you can't use the mark in a way that implies association
with or endorsement by the Git project. To some degree this is necessary
to prevent dilution of the mark for other uses, but there are also cases
we directly want to prevent.

For example, imagine a software project which is only tangentially
related to Git. It might use Git as a side effect, or might just be
"Git-like" in the sense of being a distributed system with chained
hashes. Let's say as an example that it does backups. We'd prefer it
not call itself GitBackups. We don't endorse it, and it's just using the
name to imply association that isn't there. You can come up with similar
hypotheticals: GitMail that stores mailing list archives in Git, or
GitWiki that uses Git as a backing store.

Those are all fictitious examples (actually, there _are_ real projects
that do each of those things, but they gave themselves much more unique
names). But they're indicative of some of the cases we've seen. I'm
intentionally not giving the real names here, because my point isn't to
shame any particular projects, but to discuss general policy.

Careful readers among you may now be wondering about GitHub, GitLab,
Gitolite, etc. And now we get back to why it took over a year to get the
trademark granted.

The USPTO initially rejected our application as confusingly similar to
the existing trademark on GitHub, which was filed in 2008. While one
might imagine where the "Git" in GitHub comes from, by the time we
applied to the USPTO, both marks had been widely used in parallel for
years.  So we worked out an agreement with GitHub which basically says
"we are mutually OK with the other trademark existing".

(There was another delay caused by a competing application from a
proprietary version control company that wanted to re-brand portions of
their system as "GitFocused" (not the real name, but similar in spirit).
We argued our right to the name and refused to settle; they eventually
withdrew their application).

So GitHub is essentially outside the scope of the trademark policy, due
to the history. We also decided to explicitly grandfather some major
projects that were using similar portmanteaus, but which had generally
been good citizens of the Git ecosystem (building on Git in a useful
way, not breaking compatibility). Those include GitLab, JGit, libgit2,
and some others. The reasoning was generally that it would be a big pain
for those projects, which have established their own brands, to have to
switch names. It's hard to hold them responsible for picking a name that
violated a policy that didn't yet exist.

If the "libgit2" project were starting from scratch today, we'd probably
ask it to use a different name (because the name may imply that it's an
official successor). However, we effectively granted permission for this
use and it would be unfair to disrupt that.

There's one other policy point that has come up: the written policy
disallows the use of "Git" or the logo on merchandise. This is something
people have asked about it (e.g., somebody made some Git stress balls,
and another person was printing keycaps with a Git logo). We have always
granted it, but wanted to reserve the right in case there was some use
that we hadn't anticipated that would be confusing or unsavory.

Enforcement of the policy is done as cases are brought to the attention
of Conservancy and the Git PLC. Sometimes people mail Conservancy
directly, and sometimes a use is noticed by the Git PLC, which mails
Conservancy.  In either case, Conservancy's lawyer pings the Git PLC,
and we decide what to do about it, with advice from the lawyer. The end
result is usually a letter from the lawyer politely asking them to stop
using the trademark.

So how does the Git PLC make decisions? We generally try to follow the
policy in an equitable way, but there are a lot of corner cases. Here
are some rules of thumb we've worked out:

  - Things that are only tangentially related to Git are out of policy
    (e.g., if you had a service which rewards bitcoin for people's
    commits, we'd prefer it not be branded GitRewards).

  - Anything that claims to be Git but does not interoperate is out.
    We haven't had to use that one yet.

  - Portmanteaus ("GitFoo" or "FooGit") are out. Most of the cases run
    into this rule. For instance, we asked GitHub to not to use "DGit"
    to refer to their replicated Git solution, and they[1] rebranded.
    We also asked "GitTorrent" not to use that name based on this rule.

  - Commands like "git-foo" (so you run "git foo") are generally OK.
    This is Git's well-known extension mechanism, so it doesn't really
    imply endorsement (on the other hand, you do not get to complain if
    you choose too generic a name and conflict with somebody else's use
    of the same git-foo name).

  - When "git-foo" exists, we've approved "Git Foo" as a matching
    project name, but we haven't decided on a general rule to cover this
    case.  The only example here is "Git LFS".

So that's more or less where we're at now.  In my opinion, a few open
questions are:

  1. Is the portmanteau clause a good idea? GitTorrent is a possibly
     interesting case there. It's an open source project trying to
     make a torrent-like protocol for Git. That's something we'd like to
     have happen. But does the name imply more endorsement than we're
     willing to give (especially at an early stage)?

  2. Is it a problem that the grandfathering of some names may create a
     branding advantage? Under the policy today, we wouldn't grant
     "GitHub" or "GitLab". Does that give an unfair advantage to the
     incumbents?

     I think the answer is "yes", but the Git PLC is also not sure that
     there is a good solution. If we'd thought about trademark issues
     much earlier, we would have been in different circumstances and
     probably would have made different decisions. But we didn't, so we
     have to live with how things developed in the meantime.

     Loosening now would be a mistake as it would cause a lot of
     confusion around the trademark and make it harder for us to stop
     the uses that we really care about stopping now.

  3. Was granting "Git LFS" the right call? I think the project is a good
     one and has worked well with the greater Git community. But I think
     the name has implied some level of "officialness". We obviously
     need to allow "git-lfs" as a name. But should the policy have said
     "you can call this LFS, and the command is git-lfs, but don't say
     'Git LFS'". I'm not sure.

     One option would have been to ask "git-foo" to prefer "Foo for Git"
     instead of "Git Foo" in their branding (it's too late now for "Git
     LFS", so this is a hypothetical question for future requests now).

  4. I think the merchandise clause has worked fine, and in general the
     plan is to grant it in most cases. I have trouble thinking of an
     item I _wouldn't_ want the Git logo on, and I'd rather err on the
     side of permissiveness than be the arbiter of taste. And having the
     Git logo on merchandise generally raises awareness of Git.

     But perhaps people have stronger opinions (either about the type of
     item, or perhaps the practices of the manufacturer producing it).
     It's hard to predict how a particular item would impact how people
     see the Git brand.

-Peff

[1] I used "they" to refer to GitHub, but as many of you know, I am also
    employed by GitHub. If you are wondering how that works, I generally
    abstain from any decisions regarding GitHub (and that includes the
    "Git LFS" decision, which was a project started by GitHub). That
    leaves two voting PLC members for those decisions; Conservancy gets
    a tie-breaking vote, but it has never come up.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2017-02-02  2:26 Git trademark status and policy Jeff King
@ 2017-02-21 15:55 ` G. Sylvie Davies
  2017-02-21 22:31   ` Jeff King
  2017-02-22  1:01   ` G. Sylvie Davies
  2018-09-16 10:15 ` David Aguilar
  1 sibling, 2 replies; 12+ messages in thread
From: G. Sylvie Davies @ 2017-02-21 15:55 UTC (permalink / raw)
  To: Git Users, Jeff King

On Wed, Feb 1, 2017 at 6:26 PM, Jeff King <peff@peff.net> wrote:
> As many of you already know, the Git project (as a member of Software
> Freedom Conservancy) holds a trademark on "Git".  This email will try to
> lay out a bit of the history and procedure around the enforcement of
> that trademark, along with some open questions about policy.
>
> I'll use "we" in the text below, which will generally mean the Git
> Project Leadership Committee (PLC). I.e., the people who represent the
> Git project as part of Conservancy -- me, Junio Hamano, and Shawn
> Pearce.
>
> We approached Conservancy in Feb 2013 about getting a trademark on Git
> to ensure that anything calling itself "Git" remained interoperable with
> Git. Conservancy's lawyer drafted the USPTO application and submitted it
> that summer. The trademark was granted in late 2014 (more on that delay
> in a moment).
>
> Concurrently, we developed a written trademark policy, which you can
> find here:
>
>   https://git-scm.com/trademark
>
> This was started from a template that Conservancy uses and customized by
> Conservancy and the Git PLC.
>
> While the original idea was to prevent people from forking the
> software, breaking compatibility, and still calling it Git, the policy
> covers several other cases.
>
> One is that you can't imply successorship. So you also can't fork the
> software, call it "Git++", and then tell everybody your implementation
> is the next big thing.
>
> Another is that you can't use the mark in a way that implies association
> with or endorsement by the Git project. To some degree this is necessary
> to prevent dilution of the mark for other uses, but there are also cases
> we directly want to prevent.
>
> For example, imagine a software project which is only tangentially
> related to Git. It might use Git as a side effect, or might just be
> "Git-like" in the sense of being a distributed system with chained
> hashes. Let's say as an example that it does backups. We'd prefer it
> not call itself GitBackups. We don't endorse it, and it's just using the
> name to imply association that isn't there. You can come up with similar
> hypotheticals: GitMail that stores mailing list archives in Git, or
> GitWiki that uses Git as a backing store.
>
> Those are all fictitious examples (actually, there _are_ real projects
> that do each of those things, but they gave themselves much more unique
> names). But they're indicative of some of the cases we've seen. I'm
> intentionally not giving the real names here, because my point isn't to
> shame any particular projects, but to discuss general policy.
>
> Careful readers among you may now be wondering about GitHub, GitLab,
> Gitolite, etc. And now we get back to why it took over a year to get the
> trademark granted.
>
> The USPTO initially rejected our application as confusingly similar to
> the existing trademark on GitHub, which was filed in 2008. While one
> might imagine where the "Git" in GitHub comes from, by the time we
> applied to the USPTO, both marks had been widely used in parallel for
> years.  So we worked out an agreement with GitHub which basically says
> "we are mutually OK with the other trademark existing".
>
> (There was another delay caused by a competing application from a
> proprietary version control company that wanted to re-brand portions of
> their system as "GitFocused" (not the real name, but similar in spirit).
> We argued our right to the name and refused to settle; they eventually
> withdrew their application).
>
> So GitHub is essentially outside the scope of the trademark policy, due
> to the history. We also decided to explicitly grandfather some major
> projects that were using similar portmanteaus, but which had generally
> been good citizens of the Git ecosystem (building on Git in a useful
> way, not breaking compatibility). Those include GitLab, JGit, libgit2,
> and some others. The reasoning was generally that it would be a big pain
> for those projects, which have established their own brands, to have to
> switch names. It's hard to hold them responsible for picking a name that
> violated a policy that didn't yet exist.
>
> If the "libgit2" project were starting from scratch today, we'd probably
> ask it to use a different name (because the name may imply that it's an
> official successor). However, we effectively granted permission for this
> use and it would be unfair to disrupt that.
>
> There's one other policy point that has come up: the written policy
> disallows the use of "Git" or the logo on merchandise. This is something
> people have asked about it (e.g., somebody made some Git stress balls,
> and another person was printing keycaps with a Git logo). We have always
> granted it, but wanted to reserve the right in case there was some use
> that we hadn't anticipated that would be confusing or unsavory.
>
> Enforcement of the policy is done as cases are brought to the attention
> of Conservancy and the Git PLC. Sometimes people mail Conservancy
> directly, and sometimes a use is noticed by the Git PLC, which mails
> Conservancy.  In either case, Conservancy's lawyer pings the Git PLC,
> and we decide what to do about it, with advice from the lawyer. The end
> result is usually a letter from the lawyer politely asking them to stop
> using the trademark.
>
> So how does the Git PLC make decisions? We generally try to follow the
> policy in an equitable way, but there are a lot of corner cases. Here
> are some rules of thumb we've worked out:
>
>   - Things that are only tangentially related to Git are out of policy
>     (e.g., if you had a service which rewards bitcoin for people's
>     commits, we'd prefer it not be branded GitRewards).
>
>   - Anything that claims to be Git but does not interoperate is out.
>     We haven't had to use that one yet.
>
>   - Portmanteaus ("GitFoo" or "FooGit") are out. Most of the cases run
>     into this rule. For instance, we asked GitHub to not to use "DGit"
>     to refer to their replicated Git solution, and they[1] rebranded.
>     We also asked "GitTorrent" not to use that name based on this rule.
>
>   - Commands like "git-foo" (so you run "git foo") are generally OK.
>     This is Git's well-known extension mechanism, so it doesn't really
>     imply endorsement (on the other hand, you do not get to complain if
>     you choose too generic a name and conflict with somebody else's use
>     of the same git-foo name).
>
>   - When "git-foo" exists, we've approved "Git Foo" as a matching
>     project name, but we haven't decided on a general rule to cover this
>     case.  The only example here is "Git LFS".
>
> So that's more or less where we're at now.  In my opinion, a few open
> questions are:
>
>   1. Is the portmanteau clause a good idea? GitTorrent is a possibly
>      interesting case there. It's an open source project trying to
>      make a torrent-like protocol for Git. That's something we'd like to
>      have happen. But does the name imply more endorsement than we're
>      willing to give (especially at an early stage)?
>
>   2. Is it a problem that the grandfathering of some names may create a
>      branding advantage? Under the policy today, we wouldn't grant
>      "GitHub" or "GitLab". Does that give an unfair advantage to the
>      incumbents?
>
>      I think the answer is "yes", but the Git PLC is also not sure that
>      there is a good solution. If we'd thought about trademark issues
>      much earlier, we would have been in different circumstances and
>      probably would have made different decisions. But we didn't, so we
>      have to live with how things developed in the meantime.
>
>      Loosening now would be a mistake as it would cause a lot of
>      confusion around the trademark and make it harder for us to stop
>      the uses that we really care about stopping now.
>
>   3. Was granting "Git LFS" the right call? I think the project is a good
>      one and has worked well with the greater Git community. But I think
>      the name has implied some level of "officialness". We obviously
>      need to allow "git-lfs" as a name. But should the policy have said
>      "you can call this LFS, and the command is git-lfs, but don't say
>      'Git LFS'". I'm not sure.
>
>      One option would have been to ask "git-foo" to prefer "Foo for Git"
>      instead of "Git Foo" in their branding (it's too late now for "Git
>      LFS", so this is a hypothetical question for future requests now).
>
>   4. I think the merchandise clause has worked fine, and in general the
>      plan is to grant it in most cases. I have trouble thinking of an
>      item I _wouldn't_ want the Git logo on, and I'd rather err on the
>      side of permissiveness than be the arbiter of taste. And having the
>      Git logo on merchandise generally raises awareness of Git.
>
>      But perhaps people have stronger opinions (either about the type of
>      item, or perhaps the practices of the manufacturer producing it).
>      It's hard to predict how a particular item would impact how people
>      see the Git brand.
>
> -Peff
>
> [1] I used "they" to refer to GitHub, but as many of you know, I am also
>     employed by GitHub. If you are wondering how that works, I generally
>     abstain from any decisions regarding GitHub (and that includes the
>     "Git LFS" decision, which was a project started by GitHub). That
>     leaves two voting PLC members for those decisions; Conservancy gets
>     a tie-breaking vote, but it has never come up.



Is "Gitter" allowed?   (https://gitter.im/).

More info here:

https://en.wikipedia.org/wiki/Gitter

Also, their twitter handle is @gitchat.

Not sure I'd even classify "gitter" as a portmanteau.



- Sylvie

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2017-02-21 15:55 ` G. Sylvie Davies
@ 2017-02-21 22:31   ` Jeff King
  2017-02-22  1:01   ` G. Sylvie Davies
  1 sibling, 0 replies; 12+ messages in thread
From: Jeff King @ 2017-02-21 22:31 UTC (permalink / raw)
  To: G. Sylvie Davies; +Cc: Git Users

On Tue, Feb 21, 2017 at 07:55:15AM -0800, G. Sylvie Davies wrote:

> Is "Gitter" allowed?   (https://gitter.im/).
> 
> More info here:
> 
> https://en.wikipedia.org/wiki/Gitter
> 
> Also, their twitter handle is @gitchat.
> 
> Not sure I'd even classify "gitter" as a portmanteau.

I don't think the Git committee has discussed that one. I'll mention it
there.

I wouldn't get hung up on the "is it a strict portmanteau" question. I
think the more important question is whether it creates confusion about
endorsement or interoperability. The portmanteau thing is more of a rule
of thumb there. (That's all IMHO, of course, and not an official
statement of the committee).

-Peff

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2017-02-21 15:55 ` G. Sylvie Davies
  2017-02-21 22:31   ` Jeff King
@ 2017-02-22  1:01   ` G. Sylvie Davies
  1 sibling, 0 replies; 12+ messages in thread
From: G. Sylvie Davies @ 2017-02-22  1:01 UTC (permalink / raw)
  To: G. Sylvie Davies, git; +Cc: Git Users, Jeff King

On Tue, Feb 21, 2017 at 7:55 AM, G. Sylvie Davies
<sylvie@bit-booster.com> wrote:
> On Wed, Feb 1, 2017 at 6:26 PM, Jeff King <peff@peff.net> wrote:
>> As many of you already know, the Git project (as a member of Software
>> Freedom Conservancy) holds a trademark on "Git".  This email will try to
>> lay out a bit of the history and procedure around the enforcement of
>> that trademark, along with some open questions about policy.
>>
>> I'll use "we" in the text below, which will generally mean the Git
>> Project Leadership Committee (PLC). I.e., the people who represent the
>> Git project as part of Conservancy -- me, Junio Hamano, and Shawn
>> Pearce.
>>
>> We approached Conservancy in Feb 2013 about getting a trademark on Git
>> to ensure that anything calling itself "Git" remained interoperable with
>> Git. Conservancy's lawyer drafted the USPTO application and submitted it
>> that summer. The trademark was granted in late 2014 (more on that delay
>> in a moment).
>>
>> Concurrently, we developed a written trademark policy, which you can
>> find here:
>>
>>   https://git-scm.com/trademark
>>
>> This was started from a template that Conservancy uses and customized by
>> Conservancy and the Git PLC.
>>
>> While the original idea was to prevent people from forking the
>> software, breaking compatibility, and still calling it Git, the policy
>> covers several other cases.
>>
>> One is that you can't imply successorship. So you also can't fork the
>> software, call it "Git++", and then tell everybody your implementation
>> is the next big thing.
>>
>> Another is that you can't use the mark in a way that implies association
>> with or endorsement by the Git project. To some degree this is necessary
>> to prevent dilution of the mark for other uses, but there are also cases
>> we directly want to prevent.
>>
>> For example, imagine a software project which is only tangentially
>> related to Git. It might use Git as a side effect, or might just be
>> "Git-like" in the sense of being a distributed system with chained
>> hashes. Let's say as an example that it does backups. We'd prefer it
>> not call itself GitBackups. We don't endorse it, and it's just using the
>> name to imply association that isn't there. You can come up with similar
>> hypotheticals: GitMail that stores mailing list archives in Git, or
>> GitWiki that uses Git as a backing store.
>>
>> Those are all fictitious examples (actually, there _are_ real projects
>> that do each of those things, but they gave themselves much more unique
>> names). But they're indicative of some of the cases we've seen. I'm
>> intentionally not giving the real names here, because my point isn't to
>> shame any particular projects, but to discuss general policy.
>>
>> Careful readers among you may now be wondering about GitHub, GitLab,
>> Gitolite, etc. And now we get back to why it took over a year to get the
>> trademark granted.
>>
>> The USPTO initially rejected our application as confusingly similar to
>> the existing trademark on GitHub, which was filed in 2008. While one
>> might imagine where the "Git" in GitHub comes from, by the time we
>> applied to the USPTO, both marks had been widely used in parallel for
>> years.  So we worked out an agreement with GitHub which basically says
>> "we are mutually OK with the other trademark existing".
>>
>> (There was another delay caused by a competing application from a
>> proprietary version control company that wanted to re-brand portions of
>> their system as "GitFocused" (not the real name, but similar in spirit).
>> We argued our right to the name and refused to settle; they eventually
>> withdrew their application).
>>
>> So GitHub is essentially outside the scope of the trademark policy, due
>> to the history. We also decided to explicitly grandfather some major
>> projects that were using similar portmanteaus, but which had generally
>> been good citizens of the Git ecosystem (building on Git in a useful
>> way, not breaking compatibility). Those include GitLab, JGit, libgit2,
>> and some others. The reasoning was generally that it would be a big pain
>> for those projects, which have established their own brands, to have to
>> switch names. It's hard to hold them responsible for picking a name that
>> violated a policy that didn't yet exist.
>>
>> If the "libgit2" project were starting from scratch today, we'd probably
>> ask it to use a different name (because the name may imply that it's an
>> official successor). However, we effectively granted permission for this
>> use and it would be unfair to disrupt that.
>>
>> There's one other policy point that has come up: the written policy
>> disallows the use of "Git" or the logo on merchandise. This is something
>> people have asked about it (e.g., somebody made some Git stress balls,
>> and another person was printing keycaps with a Git logo). We have always
>> granted it, but wanted to reserve the right in case there was some use
>> that we hadn't anticipated that would be confusing or unsavory.
>>
>> Enforcement of the policy is done as cases are brought to the attention
>> of Conservancy and the Git PLC. Sometimes people mail Conservancy
>> directly, and sometimes a use is noticed by the Git PLC, which mails
>> Conservancy.  In either case, Conservancy's lawyer pings the Git PLC,
>> and we decide what to do about it, with advice from the lawyer. The end
>> result is usually a letter from the lawyer politely asking them to stop
>> using the trademark.
>>
>> So how does the Git PLC make decisions? We generally try to follow the
>> policy in an equitable way, but there are a lot of corner cases. Here
>> are some rules of thumb we've worked out:
>>
>>   - Things that are only tangentially related to Git are out of policy
>>     (e.g., if you had a service which rewards bitcoin for people's
>>     commits, we'd prefer it not be branded GitRewards).
>>
>>   - Anything that claims to be Git but does not interoperate is out.
>>     We haven't had to use that one yet.
>>
>>   - Portmanteaus ("GitFoo" or "FooGit") are out. Most of the cases run
>>     into this rule. For instance, we asked GitHub to not to use "DGit"
>>     to refer to their replicated Git solution, and they[1] rebranded.
>>     We also asked "GitTorrent" not to use that name based on this rule.
>>
>>   - Commands like "git-foo" (so you run "git foo") are generally OK.
>>     This is Git's well-known extension mechanism, so it doesn't really
>>     imply endorsement (on the other hand, you do not get to complain if
>>     you choose too generic a name and conflict with somebody else's use
>>     of the same git-foo name).
>>
>>   - When "git-foo" exists, we've approved "Git Foo" as a matching
>>     project name, but we haven't decided on a general rule to cover this
>>     case.  The only example here is "Git LFS".
>>
>> So that's more or less where we're at now.  In my opinion, a few open
>> questions are:
>>
>>   1. Is the portmanteau clause a good idea? GitTorrent is a possibly
>>      interesting case there. It's an open source project trying to
>>      make a torrent-like protocol for Git. That's something we'd like to
>>      have happen. But does the name imply more endorsement than we're
>>      willing to give (especially at an early stage)?
>>
>>   2. Is it a problem that the grandfathering of some names may create a
>>      branding advantage? Under the policy today, we wouldn't grant
>>      "GitHub" or "GitLab". Does that give an unfair advantage to the
>>      incumbents?
>>
>>      I think the answer is "yes", but the Git PLC is also not sure that
>>      there is a good solution. If we'd thought about trademark issues
>>      much earlier, we would have been in different circumstances and
>>      probably would have made different decisions. But we didn't, so we
>>      have to live with how things developed in the meantime.
>>
>>      Loosening now would be a mistake as it would cause a lot of
>>      confusion around the trademark and make it harder for us to stop
>>      the uses that we really care about stopping now.
>>
>>   3. Was granting "Git LFS" the right call? I think the project is a good
>>      one and has worked well with the greater Git community. But I think
>>      the name has implied some level of "officialness". We obviously
>>      need to allow "git-lfs" as a name. But should the policy have said
>>      "you can call this LFS, and the command is git-lfs, but don't say
>>      'Git LFS'". I'm not sure.
>>
>>      One option would have been to ask "git-foo" to prefer "Foo for Git"
>>      instead of "Git Foo" in their branding (it's too late now for "Git
>>      LFS", so this is a hypothetical question for future requests now).
>>
>>   4. I think the merchandise clause has worked fine, and in general the
>>      plan is to grant it in most cases. I have trouble thinking of an
>>      item I _wouldn't_ want the Git logo on, and I'd rather err on the
>>      side of permissiveness than be the arbiter of taste. And having the
>>      Git logo on merchandise generally raises awareness of Git.
>>
>>      But perhaps people have stronger opinions (either about the type of
>>      item, or perhaps the practices of the manufacturer producing it).
>>      It's hard to predict how a particular item would impact how people
>>      see the Git brand.
>>
>> -Peff
>>
>> [1] I used "they" to refer to GitHub, but as many of you know, I am also
>>     employed by GitHub. If you are wondering how that works, I generally
>>     abstain from any decisions regarding GitHub (and that includes the
>>     "Git LFS" decision, which was a project started by GitHub). That
>>     leaves two voting PLC members for those decisions; Conservancy gets
>>     a tie-breaking vote, but it has never come up.
>
>
>
> Is "Gitter" allowed?   (https://gitter.im/).
>
> More info here:
>
> https://en.wikipedia.org/wiki/Gitter
>
> Also, their twitter handle is @gitchat.
>
> Not sure I'd even classify "gitter" as a portmanteau.
>

As per Junio's earlier email today, "Re: Partnership with Git", sounds
like questions of this sort go to git@sfconservancy.org.  CC'ing them.

- Sylvie

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2017-02-02  2:26 Git trademark status and policy Jeff King
  2017-02-21 15:55 ` G. Sylvie Davies
@ 2018-09-16 10:15 ` David Aguilar
  2018-09-17  3:21   ` Jeff King
  1 sibling, 1 reply; 12+ messages in thread
From: David Aguilar @ 2018-09-16 10:15 UTC (permalink / raw)
  To: Jeff King; +Cc: git, git

Hi Peff,

On Thu, Feb 02, 2017 at 03:26:56AM +0100, Jeff King wrote:
> 
>   - Commands like "git-foo" (so you run "git foo") are generally OK.
>     This is Git's well-known extension mechanism, so it doesn't really
>     imply endorsement (on the other hand, you do not get to complain if
>     you choose too generic a name and conflict with somebody else's use
>     of the same git-foo name).
> 
>   - When "git-foo" exists, we've approved "Git Foo" as a matching
>     project name, but we haven't decided on a general rule to cover this
>     case.  The only example here is "Git LFS".

The "Git Cola" project[1][2] provides two fully-featured Git porcelains,
"git-cola" and "git-dag".  The DAG tool is never referred to as a
separate project, so shouldn't be a concern trademark wise.

The project dates back to 2007, while the "Git Cola" name dates back to 2008.
FTR, the name "Cola" is also a shout-out to Linux (comp.os.linux.announce).

Can we continue to use the name "Git Cola" going forward?


> So that's more or less where we're at now.  In my opinion, a few open
> questions are:
> 
>   3. Was granting "Git LFS" the right call? I think the project is a good
>      one and has worked well with the greater Git community. But I think
>      the name has implied some level of "officialness". We obviously
>      need to allow "git-lfs" as a name. But should the policy have said
>      "you can call this LFS, and the command is git-lfs, but don't say
>      'Git LFS'". I'm not sure.
> 
>      One option would have been to ask "git-foo" to prefer "Foo for Git"
>      instead of "Git Foo" in their branding (it's too late now for "Git
>      LFS", so this is a hypothetical question for future requests now).
> 
> -Peff

In my (biased) opinion, granting "Git LFS" was the right call.

As long as the project is clearly a separate, but primarily Git-centric,
project then it seems like the right approach to allow "Git Foo" for
open source projects that contribute positively to the Git ecosystem.

Lastly, due to time constraints, the Git Cola logo is a tweaked version
of the Git logo, which may convey a level of "officialness" that might
be unwanted.  We can work on a replacement if desired.

Part of keeping the logo/visual identity close to core Git is because
the tool was always meant to be strongly tied to Git's unique features.
It's probably the same reason why the git-lfs branding uses similar
orange/red palettes -- to convey cohesiveness.  I would prefer to keep
the visual identity as-is (including the logo).

Can we continue to use the derivative logo for the time being until a
replacement is produced?  Alternatively, can we keep the logo as-is?


cheers,

[1] https://git-cola.github.io/
[2] https://github.com/git-cola/git-cola
-- 
David

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2018-09-16 10:15 ` David Aguilar
@ 2018-09-17  3:21   ` Jeff King
  2018-09-17  9:25     ` Christian Couder
  2018-09-17 13:58     ` Junio C Hamano
  0 siblings, 2 replies; 12+ messages in thread
From: Jeff King @ 2018-09-17  3:21 UTC (permalink / raw)
  To: David Aguilar; +Cc: git, git

On Sun, Sep 16, 2018 at 03:15:20AM -0700, David Aguilar wrote:

> On Thu, Feb 02, 2017 at 03:26:56AM +0100, Jeff King wrote:
> > 
> >   - Commands like "git-foo" (so you run "git foo") are generally OK.
> >     This is Git's well-known extension mechanism, so it doesn't really
> >     imply endorsement (on the other hand, you do not get to complain if
> >     you choose too generic a name and conflict with somebody else's use
> >     of the same git-foo name).
> > 
> >   - When "git-foo" exists, we've approved "Git Foo" as a matching
> >     project name, but we haven't decided on a general rule to cover this
> >     case.  The only example here is "Git LFS".
> 
> The "Git Cola" project[1][2] provides two fully-featured Git porcelains,
> "git-cola" and "git-dag".  The DAG tool is never referred to as a
> separate project, so shouldn't be a concern trademark wise.
> 
> The project dates back to 2007, while the "Git Cola" name dates back to 2008.
> FTR, the name "Cola" is also a shout-out to Linux (comp.os.linux.announce).
> 
> Can we continue to use the name "Git Cola" going forward?

Thanks for asking.

An official answer will have to involve opinions and a vote from the
whole PLC, but let me tell you what _I_ think:

  - we mostly grandfathered good-faith names that predate the trademark,
    even if we probably wouldn't grant them today. Searching my mail
    archives, I see that git-cola did come up (along with a few others
    like Gitolite and TortoiseGit). And we even ended up with written
    agreements for some (at the very least GitLab and Gitolite), but I
    think several (including git-cola) were never officially resolved in
    anyway.

  - In my opinion "Git Cola" is a lot less confusing than something like
    "Git Cloner". Because there is little chance that somebody might say
    "Ah, the official Cola of Git!". Whereas a generic operational term
    like "Cloner" does introduce confusion (the "Git" is easily
    interpreted as "Git presents X" and not "this is an X for using with
    Git").

So my opinion is that it is not something the project should be worried
about. But like I said, do not take that as an official position at this
point.

(Also, to be clear, this is all _only_ about "Git Cola". The "git-cola"
command is explicitly OK in the policy because that's how commands
work).

> > So that's more or less where we're at now.  In my opinion, a few open
> > questions are:
> > 
> >   3. Was granting "Git LFS" the right call? I think the project is a good
> >      one and has worked well with the greater Git community. But I think
> >      the name has implied some level of "officialness". We obviously
> >      need to allow "git-lfs" as a name. But should the policy have said
> >      "you can call this LFS, and the command is git-lfs, but don't say
> >      'Git LFS'". I'm not sure.
> > 
> >      One option would have been to ask "git-foo" to prefer "Foo for Git"
> >      instead of "Git Foo" in their branding (it's too late now for "Git
> >      LFS", so this is a hypothetical question for future requests now).
> 
> In my (biased) opinion, granting "Git LFS" was the right call.
> 
> As long as the project is clearly a separate, but primarily Git-centric,
> project then it seems like the right approach to allow "Git Foo" for
> open source projects that contribute positively to the Git ecosystem.

Yes, I have to admit that being a good citizen of the ecosystem counts
for a lot in my book. But it's often helpful to make these decisions
early on in the project's life (because name changes are awkward later
on), and we have to just guess at how things will play out. Git Cola is
again easier there because of the history.

> Lastly, due to time constraints, the Git Cola logo is a tweaked version
> of the Git logo, which may convey a level of "officialness" that might
> be unwanted.  We can work on a replacement if desired.
> 
> Part of keeping the logo/visual identity close to core Git is because
> the tool was always meant to be strongly tied to Git's unique features.
> It's probably the same reason why the git-lfs branding uses similar
> orange/red palettes -- to convey cohesiveness.  I would prefer to keep
> the visual identity as-is (including the logo).
> 
> Can we continue to use the derivative logo for the time being until a
> replacement is produced?  Alternatively, can we keep the logo as-is?

I don't think this is a question we've ever really considered before.

I had to actually dig a little to find any use of the logo, which
doesn't seem to be on most of your screenshots. :) For reference, this
is the one I found:

  https://github.com/git-cola/git-cola/blob/master/share/git-cola/icons/git-cola.svg

I do think that's much more ambiguous than just the name when it comes
to potentially confusing endorsement. If a random proprietary GUI client
had a logo like that, I think we'd probably ask them to change it. But I
have to admit that given the general good history of git-cola, the fact
that it's open-source, and the fact that its main developer is also a
helpful member of the Git development community, I'm less inclined to do
so here.

So in that sense, I don't have any problem saying "sure, let's make an
explicit exception here". But I do wonder if we're better off trying to
be as even and impartial as possible, so as not to create funny
distortions (i.e., doing anything that endorses one over the other; I
don't really use any graphical interface around Git, and I don't have an
opinion on the technical qualities).

I'd be curious to hear what other people in the community think.

-Peff

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2018-09-17  3:21   ` Jeff King
@ 2018-09-17  9:25     ` Christian Couder
  2018-09-18 18:22       ` Jeff King
  2018-09-17 13:58     ` Junio C Hamano
  1 sibling, 1 reply; 12+ messages in thread
From: Christian Couder @ 2018-09-17  9:25 UTC (permalink / raw)
  To: Jeff King; +Cc: David Aguilar, git, git

On Mon, Sep 17, 2018 at 5:21 AM, Jeff King <peff@peff.net> wrote:
> On Sun, Sep 16, 2018 at 03:15:20AM -0700, David Aguilar wrote:

>> The "Git Cola" project[1][2] provides two fully-featured Git porcelains,
>> "git-cola" and "git-dag".  The DAG tool is never referred to as a
>> separate project, so shouldn't be a concern trademark wise.
>>
>> The project dates back to 2007, while the "Git Cola" name dates back to 2008.
>> FTR, the name "Cola" is also a shout-out to Linux (comp.os.linux.announce).

[...]

> An official answer will have to involve opinions and a vote from the
> whole PLC, but let me tell you what _I_ think:
>
>   - we mostly grandfathered good-faith names that predate the trademark,
>     even if we probably wouldn't grant them today. Searching my mail
>     archives, I see that git-cola did come up (along with a few others
>     like Gitolite and TortoiseGit). And we even ended up with written
>     agreements for some (at the very least GitLab and Gitolite), but I
>     think several (including git-cola) were never officially resolved in
>     anyway.
>
>   - In my opinion "Git Cola" is a lot less confusing than something like
>     "Git Cloner". Because there is little chance that somebody might say
>     "Ah, the official Cola of Git!". Whereas a generic operational term
>     like "Cloner" does introduce confusion (the "Git" is easily
>     interpreted as "Git presents X" and not "this is an X for using with
>     Git").
>
> So my opinion is that it is not something the project should be worried
> about. But like I said, do not take that as an official position at this
> point.

I agree with that. I think that old projects that have been known for
a very long time and that don't have a confusing name should
definitely be ok.

> (Also, to be clear, this is all _only_ about "Git Cola". The "git-cola"
> command is explicitly OK in the policy because that's how commands
> work).

I agree about "git-cola" though I wonder about "git-dag" as this is
another command used by the project that is more generic. For example
I could imagine that, if we wanted to provide a shortcut for `git log
--graph --decorate --oneline`, we might want to use `git dag`.

I guess we can still recommend to change it if possible, though we can
also acknowledge that, as our recommendation comes very late (too
late?), it is just a "weak" recommendation.

>> In my (biased) opinion, granting "Git LFS" was the right call.
>>
>> As long as the project is clearly a separate, but primarily Git-centric,
>> project then it seems like the right approach to allow "Git Foo" for
>> open source projects that contribute positively to the Git ecosystem.

I agree especially as "LFS" is not generic.

[...]

>> Lastly, due to time constraints, the Git Cola logo is a tweaked version
>> of the Git logo, which may convey a level of "officialness" that might
>> be unwanted.  We can work on a replacement if desired.
>>
>> Part of keeping the logo/visual identity close to core Git is because
>> the tool was always meant to be strongly tied to Git's unique features.
>> It's probably the same reason why the git-lfs branding uses similar
>> orange/red palettes -- to convey cohesiveness.  I would prefer to keep
>> the visual identity as-is (including the logo).
>>
>> Can we continue to use the derivative logo for the time being until a
>> replacement is produced?  Alternatively, can we keep the logo as-is?
>
> I don't think this is a question we've ever really considered before.
>
> I had to actually dig a little to find any use of the logo, which
> doesn't seem to be on most of your screenshots. :) For reference, this
> is the one I found:
>
>   https://github.com/git-cola/git-cola/blob/master/share/git-cola/icons/git-cola.svg

Thanks for digging and sending the link as I previously thought that
the logo was actually this:

https://git-cola.github.io/images/logo-top.png

which is on top of their homepage.

> I do think that's much more ambiguous than just the name when it comes
> to potentially confusing endorsement. If a random proprietary GUI client
> had a logo like that, I think we'd probably ask them to change it. But I
> have to admit that given the general good history of git-cola, the fact
> that it's open-source, and the fact that its main developer is also a
> helpful member of the Git development community, I'm less inclined to do
> so here.
>
> So in that sense, I don't have any problem saying "sure, let's make an
> explicit exception here". But I do wonder if we're better off trying to
> be as even and impartial as possible, so as not to create funny
> distortions (i.e., doing anything that endorses one over the other; I
> don't really use any graphical interface around Git, and I don't have an
> opinion on the technical qualities).
>
> I'd be curious to hear what other people in the community think.

My opinion on the logo is that they should probably make it clearer in
general what their visual identity is, as the 2 images on the above
links are quite different. And if they do that, yeah, it would be nice
if the logo that comes out is a bit less similar as the Git logo. In
general I think logos and visual identities are easier to change than
names.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2018-09-17  3:21   ` Jeff King
  2018-09-17  9:25     ` Christian Couder
@ 2018-09-17 13:58     ` Junio C Hamano
  2018-09-18 18:24       ` Jeff King
  1 sibling, 1 reply; 12+ messages in thread
From: Junio C Hamano @ 2018-09-17 13:58 UTC (permalink / raw)
  To: Jeff King; +Cc: David Aguilar, git, git

Jeff King <peff@peff.net> writes:

> (Also, to be clear, this is all _only_ about "Git Cola". The "git-cola"
> command is explicitly OK in the policy because that's how commands
> work).

These match my understanding.  Thanks for spelling them out.  That
project is an example of being a good ecosystem citizen whose name
we were happy to grand-father while discussing the trademark policy.

I can undertand the sentiment that we may not want to appear drawing
lines among friends, but ultimately the policy is about protecting
our friends from non-friends, so whether we like it or not, we may
have to be more explicit about who's grandfathered and who's not
than before.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2018-09-17  9:25     ` Christian Couder
@ 2018-09-18 18:22       ` Jeff King
  2018-10-24  7:55         ` David Aguilar
  0 siblings, 1 reply; 12+ messages in thread
From: Jeff King @ 2018-09-18 18:22 UTC (permalink / raw)
  To: Christian Couder; +Cc: David Aguilar, git, git

On Mon, Sep 17, 2018 at 11:25:31AM +0200, Christian Couder wrote:

> > (Also, to be clear, this is all _only_ about "Git Cola". The "git-cola"
> > command is explicitly OK in the policy because that's how commands
> > work).
> 
> I agree about "git-cola" though I wonder about "git-dag" as this is
> another command used by the project that is more generic. For example
> I could imagine that, if we wanted to provide a shortcut for `git log
> --graph --decorate --oneline`, we might want to use `git dag`.
> 
> I guess we can still recommend to change it if possible, though we can
> also acknowledge that, as our recommendation comes very late (too
> late?), it is just a "weak" recommendation.

Yeah, I agree with you, though I think it is a separate issue. "git-dag"
is explicitly OK in the trademark policy, and they are not using "Git
Dag" in any recognizable way.

So I think there is no trademark issue, but "git-dag" is probably just
not a great idea in general, because the namespace is open and it is
likely to get stomped by some other project. Or git itself. Or it may
even be annoying for users who have a "git dag" alias (on-disk commands
always override aliases).

So I think we should generally recommend against such generic names
during the naming phase. At this point, I'm not sure the pain of
changing now is any less than the pain of changing later if and when
there's a conflict.

I think I'm actually violently agreeing with you, but I wanted to make
it clear. :) (And everything else in your email seemed sensible, too).

-Peff

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2018-09-17 13:58     ` Junio C Hamano
@ 2018-09-18 18:24       ` Jeff King
  0 siblings, 0 replies; 12+ messages in thread
From: Jeff King @ 2018-09-18 18:24 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: David Aguilar, git, git

On Mon, Sep 17, 2018 at 06:58:43AM -0700, Junio C Hamano wrote:

> I can undertand the sentiment that we may not want to appear drawing
> lines among friends, but ultimately the policy is about protecting
> our friends from non-friends, so whether we like it or not, we may
> have to be more explicit about who's grandfathered and who's not
> than before.

Yeah, I think it may simply come down to that. I think we may need to
get some guidance from Conservancy on the best route forward. I.e., if
we want to bless "Git Cola" as a name, are we best to have some kind of
written agreement, so it is "we explicitly allow this", and is not
interpreted as "we did not bother to enforce, which weakens our
trademark".

-Peff

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2018-09-18 18:22       ` Jeff King
@ 2018-10-24  7:55         ` David Aguilar
  2018-10-25  5:21           ` Jeff King
  0 siblings, 1 reply; 12+ messages in thread
From: David Aguilar @ 2018-10-24  7:55 UTC (permalink / raw)
  To: Jeff King; +Cc: Junio C Hamano, Christian Couder, git, git

On Tue, Sep 18, 2018 at 02:22:22PM -0400, Jeff King wrote:
> On Mon, Sep 17, 2018 at 11:25:31AM +0200, Christian Couder wrote:
> 
> > > (Also, to be clear, this is all _only_ about "Git Cola". The "git-cola"
> > > command is explicitly OK in the policy because that's how commands
> > > work).
> > 
> > I agree about "git-cola" though I wonder about "git-dag" as this is
> > another command used by the project that is more generic. For example
> > I could imagine that, if we wanted to provide a shortcut for `git log
> > --graph --decorate --oneline`, we might want to use `git dag`.
> > 
> > I guess we can still recommend to change it if possible, though we can
> > also acknowledge that, as our recommendation comes very late (too
> > late?), it is just a "weak" recommendation.
> 
> Yeah, I agree with you, though I think it is a separate issue. "git-dag"
> is explicitly OK in the trademark policy, and they are not using "Git
> Dag" in any recognizable way.
> 
> So I think there is no trademark issue, but "git-dag" is probably just
> not a great idea in general, because the namespace is open and it is
> likely to get stomped by some other project. Or git itself. Or it may
> even be annoying for users who have a "git dag" alias (on-disk commands
> always override aliases).
> 
> So I think we should generally recommend against such generic names
> during the naming phase. At this point, I'm not sure the pain of
> changing now is any less than the pain of changing later if and when
> there's a conflict.
> 
> I think I'm actually violently agreeing with you, but I wanted to make
> it clear. :) (And everything else in your email seemed sensible, too).
> 
> -Peff


Thanks for the recommendation.  I'm open to changing the name in a
future major release.  For users that already use the short "dag" name,
we can transition over to something else if it's relatively short and
sweet.

Maybe a better name would be "git-kcola" (a nod to gitk), or "git-vdag"
for "visual DAG"?  Any sugs?  I'm terrible at naming things, but I do
refrain from using additional "git-*" names beyond these two for the
project.  I kinda like "vdag" since it's easy to type, and nearby the
existing "dag" name.

There's also one more script, but it's never installed in the users's
$PATH and is more of an internal implementation detail.  Git Cola
includes a GIT_SEQUENCE_EDITOR-compatible "git-xbase" command that
provides a visual interactive rebase feature.  That command should
probably be renamed to "cola-git-seq-editor" to make that clearer, and
also to open up the possibility of installing it in bin/ in the future
since it is useful on its own.

The rationale for two commands is that worktree diff+commit and history
inspection are our two primary use-cases.  Everything else is provided
as a sub-command, "git cola rebase", "git cola stash", etc. so there's
not much pressure to add more top-level names, just these two.

Thoughts?
-- 
David

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Git trademark status and policy
  2018-10-24  7:55         ` David Aguilar
@ 2018-10-25  5:21           ` Jeff King
  0 siblings, 0 replies; 12+ messages in thread
From: Jeff King @ 2018-10-25  5:21 UTC (permalink / raw)
  To: David Aguilar; +Cc: Junio C Hamano, Christian Couder, git, git

On Wed, Oct 24, 2018 at 12:55:33AM -0700, David Aguilar wrote:

> > So I think we should generally recommend against such generic names
> > during the naming phase. At this point, I'm not sure the pain of
> > changing now is any less than the pain of changing later if and when
> > there's a conflict.
> [...]
> 
> Thanks for the recommendation.  I'm open to changing the name in a
> future major release.  For users that already use the short "dag" name,
> we can transition over to something else if it's relatively short and
> sweet.

Going from my paragraph above, I think it is probably OK to just leave
it for now (unless you prefer to use a major version boundary to do the
change rather than later possibly having to deal with it on a shorter
timeframe).

I have no real opinion on a replacement name. :)

> There's also one more script, but it's never installed in the users's
> $PATH and is more of an internal implementation detail.  Git Cola
> includes a GIT_SEQUENCE_EDITOR-compatible "git-xbase" command that
> provides a visual interactive rebase feature.  That command should
> probably be renamed to "cola-git-seq-editor" to make that clearer, and
> also to open up the possibility of installing it in bin/ in the future
> since it is useful on its own.

Yeah, agreed. If it's not in the PATH, then it doesn't need to be git-*
at all, does it?

> The rationale for two commands is that worktree diff+commit and history
> inspection are our two primary use-cases.  Everything else is provided
> as a sub-command, "git cola rebase", "git cola stash", etc. so there's
> not much pressure to add more top-level names, just these two.

Makes sense.

> Thoughts?

Everything you said seems pretty reasonable to me. Thanks for being
conscientious about the naming issues.

-Peff

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-10-25  5:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-02  2:26 Git trademark status and policy Jeff King
2017-02-21 15:55 ` G. Sylvie Davies
2017-02-21 22:31   ` Jeff King
2017-02-22  1:01   ` G. Sylvie Davies
2018-09-16 10:15 ` David Aguilar
2018-09-17  3:21   ` Jeff King
2018-09-17  9:25     ` Christian Couder
2018-09-18 18:22       ` Jeff King
2018-10-24  7:55         ` David Aguilar
2018-10-25  5:21           ` Jeff King
2018-09-17 13:58     ` Junio C Hamano
2018-09-18 18:24       ` Jeff King

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).