git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-subtree Ready for Inspection
@ 2012-02-08  3:49 David A. Greene
  2012-02-08 12:35 ` Jan Krüger
  0 siblings, 1 reply; 7+ messages in thread
From: David A. Greene @ 2012-02-08  3:49 UTC (permalink / raw)
  To: git

I've put up a branch containing git-subtree at:

gitolite@sources.obbligato.org:git.git

The branch is called, uncreatively, "subtree."  It should have open read
access.  Please let me know if there's any trouble accessing it.

It includes the git-subtree history imported via git-subtree followed by
a number of changes to bring it in line with the current git practices,
as best I can determine at the moment.

Since this includes the entire history of git-subtree I don't know that
sending patches to the mailing list is helpful.  Can someone fetch the
branch and take a look?  I want to ensure I didn't do anything
egregiously terrible and would like feedback on any needed changes.

If the community wants the patches I added on top of the existing
git-subtree history sent to the list, I can certainly do that.

Thanks!

                              -Dave

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

* Re: git-subtree Ready for Inspection
  2012-02-08  3:49 git-subtree Ready for Inspection David A. Greene
@ 2012-02-08 12:35 ` Jan Krüger
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Krüger @ 2012-02-08 12:35 UTC (permalink / raw)
  To: David A. Greene; +Cc: git

Hi Dave,

On 02/08/2012 04:49 AM, David A. Greene wrote:
> I've put up a branch containing git-subtree at:
> 
> gitolite@sources.obbligato.org:git.git

A publicly accessible URL would be much more helpful. :-)
-Jan

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

* Re: git-subtree Ready for Inspection
@ 2012-02-09  5:02 David A. Greene
  2012-02-09  5:17 ` Nazri Ramliy
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: David A. Greene @ 2012-02-09  5:02 UTC (permalink / raw)
  To: Jan; +Cc: git

Jan <jk@jk.gs> writes:

> On 02/08/2012 04:49 AM, David A. Greene wrote:
>> I've put up a branch containing git-subtree at:
>>
>> gitolite@sources.obbligato.org:git.git
>
> A publicly accessible URL would be much more helpful. :-)

Do you mean running gitweb?  Are you not able to access the above
repository?  I can do that if it makes things easier but it will take a
bit of time.

                          -Dave

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

* Re: git-subtree Ready for Inspection
  2012-02-09  5:02 David A. Greene
@ 2012-02-09  5:17 ` Nazri Ramliy
  2012-02-09 21:52   ` David A. Greene
  2012-02-09 10:07 ` Jakub Narebski
  2012-02-09 12:39 ` Matthieu Moy
  2 siblings, 1 reply; 7+ messages in thread
From: Nazri Ramliy @ 2012-02-09  5:17 UTC (permalink / raw)
  To: David A. Greene; +Cc: Jan, git

On Thu, Feb 9, 2012 at 1:02 PM, David A. Greene <greened@obbligato.org> wrote:
> Do you mean running gitweb?  Are you not able to access the above
> repository?  I can do that if it makes things easier but it will take a
> bit of time.

It asks for password:

$ git clone  gitolite@sources.obbligato.org:git.git
Cloning into 'git'...
gitolite@sources.obbligato.org's password:


nazri

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

* Re: git-subtree Ready for Inspection
  2012-02-09  5:02 David A. Greene
  2012-02-09  5:17 ` Nazri Ramliy
@ 2012-02-09 10:07 ` Jakub Narebski
  2012-02-09 12:39 ` Matthieu Moy
  2 siblings, 0 replies; 7+ messages in thread
From: Jakub Narebski @ 2012-02-09 10:07 UTC (permalink / raw)
  To: David A. Greene; +Cc: Jan, git

greened@obbligato.org (David A. Greene) writes:
> Jan <jk@jk.gs> writes:
>> On 02/08/2012 04:49 AM, David A. Greene wrote:
>>>
>>> I've put up a branch containing git-subtree at:
>>>
>>> gitolite@sources.obbligato.org:git.git
>>
>> A publicly accessible URL would be much more helpful. :-)
> 
> Do you mean running gitweb?  Are you not able to access the above
> repository?

Nope, the git:// URL or http:// URL -- anonymous unathenticated access.
SSH needs authorization (password or public-key based authenthication).

-- 
Jakub Narebski

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

* Re: git-subtree Ready for Inspection
  2012-02-09  5:02 David A. Greene
  2012-02-09  5:17 ` Nazri Ramliy
  2012-02-09 10:07 ` Jakub Narebski
@ 2012-02-09 12:39 ` Matthieu Moy
  2 siblings, 0 replies; 7+ messages in thread
From: Matthieu Moy @ 2012-02-09 12:39 UTC (permalink / raw)
  To: David A. Greene; +Cc: Jan, git

greened@obbligato.org (David A. Greene) writes:

> Jan <jk@jk.gs> writes:
>> A publicly accessible URL would be much more helpful. :-)
>
> Do you mean running gitweb?  Are you not able to access the above
> repository?  I can do that if it makes things easier but it will take a
> bit of time.

I guess a push to whatever public git hosting website you like would do
it.

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/

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

* Re: git-subtree Ready for Inspection
  2012-02-09  5:17 ` Nazri Ramliy
@ 2012-02-09 21:52   ` David A. Greene
  0 siblings, 0 replies; 7+ messages in thread
From: David A. Greene @ 2012-02-09 21:52 UTC (permalink / raw)
  To: Nazri Ramliy; +Cc: David A. Greene, Jan, git

Nazri Ramliy <ayiehere@gmail.com> writes:

> On Thu, Feb 9, 2012 at 1:02 PM, David A. Greene <greened@obbligato.org> wrote:
>> Do you mean running gitweb?  Are you not able to access the above
>> repository?  I can do that if it makes things easier but it will take a
>> bit of time.
>
> It asks for password:
>
> $ git clone  gitolite@sources.obbligato.org:git.git
> Cloning into 'git'...
> gitolite@sources.obbligato.org's password:

Grr...Ok, I'll see if I can fix it or I will put up a gitweb fork.

                       -Dave

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

end of thread, other threads:[~2012-02-09 21:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08  3:49 git-subtree Ready for Inspection David A. Greene
2012-02-08 12:35 ` Jan Krüger
  -- strict thread matches above, loose matches on Subject: below --
2012-02-09  5:02 David A. Greene
2012-02-09  5:17 ` Nazri Ramliy
2012-02-09 21:52   ` David A. Greene
2012-02-09 10:07 ` Jakub Narebski
2012-02-09 12:39 ` Matthieu Moy

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).