git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Projects using git now
@ 2006-07-27 16:51 André Goddard Rosa
  2006-07-27 17:04 ` André Goddard Rosa
  2006-07-27 17:10 ` Jakub Narebski
  0 siblings, 2 replies; 6+ messages in thread
From: André Goddard Rosa @ 2006-07-27 16:51 UTC (permalink / raw)
  To: git

Hi, all!

   Please CC me as I'm not subscribed to the list.

   Do you have a link to a homepage where I can see what projects
are using git right now or planning migrating?

   I'm trying to convince people here at Siemens to use git. I use
git and I like it a lot. I know that the linux kernel is so successfull
using it because I listen to lkml.

   Do you have more examples, besides wine?

-- 
[]s,
André Goddard

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

* Re: Projects using git now
  2006-07-27 16:51 Projects using git now André Goddard Rosa
@ 2006-07-27 17:04 ` André Goddard Rosa
  2006-07-27 17:28   ` Pavel Roskin
  2006-07-27 17:10 ` Jakub Narebski
  1 sibling, 1 reply; 6+ messages in thread
From: André Goddard Rosa @ 2006-07-27 17:04 UTC (permalink / raw)
  To: git

On 7/27/06, André Goddard Rosa <andre.goddard@gmail.com> wrote:
> Hi, all!
>
>    Please CC me as I'm not subscribed to the list.
>
>    Do you have a link to a homepage where I can see what projects
> are using git right now or planning migrating?
>
>    I'm trying to convince people here at Siemens to use git. I use
> git and I like it a lot. I know that the linux kernel is so successfull
> using it because I listen to lkml.
>
>    Do you have more examples, besides wine?
>

Sorry to bother, I already found these two pages:

http://git.or.cz/gitwiki/GitProjects
http://en.wikipedia.org/wiki/Git_(software)

    Do you think they are updated?

-- 
[]s,
André Goddard

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

* Re: Projects using git now
  2006-07-27 16:51 Projects using git now André Goddard Rosa
  2006-07-27 17:04 ` André Goddard Rosa
@ 2006-07-27 17:10 ` Jakub Narebski
  2006-07-27 17:18   ` Windows port, was " Johannes Schindelin
  1 sibling, 1 reply; 6+ messages in thread
From: Jakub Narebski @ 2006-07-27 17:10 UTC (permalink / raw)
  To: git

André Goddard Rosa wrote:

>    Do you have a link to a homepage where I can see what projects
> are using git right now or planning migrating?
> 
>    I'm trying to convince people here at Siemens to use git. I use
> git and I like it a lot. I know that the linux kernel is so successfull
> using it because I listen to lkml.
> 
>    Do you have more examples, besides wine?

Look up Git Wiki page, http://git.or.cz/gitwiki/GitProjects

I guess that the worst obstacles in wider adoption of git is lack of
intrinsic subproject support (for modular projects, and perhas for
distributions), and lack of native MS Windows port.

-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git

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

* Windows port, was Re: Projects using git now
  2006-07-27 17:10 ` Jakub Narebski
@ 2006-07-27 17:18   ` Johannes Schindelin
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Schindelin @ 2006-07-27 17:18 UTC (permalink / raw)
  To: Jakub Narebski; +Cc: git

Hi,

On Thu, 27 Jul 2006, Jakub Narebski wrote:

> I guess that the worst obstacles in wider adoption of git is lack of
> intrinsic subproject support (for modular projects, and perhas for
> distributions), and lack of native MS Windows port.

I started playing around with a MinGW32 port, and it already was able to 
show a git-log. All the network things, and all the exec things are 
non-working.

If anybody wants to play with it, I'll send a patch against 
tags/v1.4.1-rc1~37.

Ciao,
Dscho

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

* Re: Projects using git now
  2006-07-27 17:04 ` André Goddard Rosa
@ 2006-07-27 17:28   ` Pavel Roskin
  2006-07-27 17:31     ` André Goddard Rosa
  0 siblings, 1 reply; 6+ messages in thread
From: Pavel Roskin @ 2006-07-27 17:28 UTC (permalink / raw)
  To: André Goddard Rosa; +Cc: git

On Thu, 2006-07-27 at 13:04 -0400, André Goddard Rosa wrote:
> Sorry to bother, I already found these two pages:
> 
> http://git.or.cz/gitwiki/GitProjects
> http://en.wikipedia.org/wiki/Git_(software)
> 
>     Do you think they are updated?

See history or "recent changes" on both pages.

-- 
Regards,
Pavel Roskin

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

* Re: Projects using git now
  2006-07-27 17:28   ` Pavel Roskin
@ 2006-07-27 17:31     ` André Goddard Rosa
  0 siblings, 0 replies; 6+ messages in thread
From: André Goddard Rosa @ 2006-07-27 17:31 UTC (permalink / raw)
  To: Pavel Roskin; +Cc: git

On 7/27/06, Pavel Roskin <proski@gnu.org> wrote:
> On Thu, 2006-07-27 at 13:04 -0400, André Goddard Rosa wrote:
> > Sorry to bother, I already found these two pages:
> >
> > http://git.or.cz/gitwiki/GitProjects
> > http://en.wikipedia.org/wiki/Git_(software)
> >
> >     Do you think they are updated?
>
> See history or "recent changes" on both pages.

I'm so sorry, thank you! I made that but asked first. :|

-- 
[]s,
André Goddard

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

end of thread, other threads:[~2006-07-27 17:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-27 16:51 Projects using git now André Goddard Rosa
2006-07-27 17:04 ` André Goddard Rosa
2006-07-27 17:28   ` Pavel Roskin
2006-07-27 17:31     ` André Goddard Rosa
2006-07-27 17:10 ` Jakub Narebski
2006-07-27 17:18   ` Windows port, was " Johannes Schindelin

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