Re: [git-users] Re: gitg web interface

2011-05-27 Thread Bill Shoenhair
Yes, my thoughts exactly.

The more that I think about it the less I like the idea. There is a reason
they decided to go with clone, add, merge, commit etc
in the local the local workspace and then push to the servers.




On Fri, May 27, 2011 at 10:38 AM, Thomas Ferris Nicolaisen  wrote:

> I think you've got a user with some bad ideas.
>
> Gerrit is for code-reviewing, accepting patches into a given branch.
>
> Yes, it can merge patches in, but it can't rebase.
>
> I would definitely not recommend Gerrit as a tool for branching, merging
> and rebasing. Your user just has to learn some Git, using either command
> line, or something like TortoiseGit (I'm assuming this is a Windows user).
>
>
> On Friday, May 27, 2011 7:22:46 PM UTC+2, mbaydiver wrote:
>>
>> Thanks,
>>
>> I use cGit and really have not found a reason to replace it yet. However I
>> now have a user who wants to do branching, merging
>> and rebase functions through a web interface.
>>
>> I really don't like the idea but I do need to see if it's feasible.
>>
>>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To post to this group, send email to git-users@googlegroups.com.
> To unsubscribe from this group, send email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/git-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Re: gitg web interface

2011-05-27 Thread Thomas Ferris Nicolaisen
I think you've got a user with some bad ideas. 

Gerrit is for code-reviewing, accepting patches into a given branch.

Yes, it can merge patches in, but it can't rebase.

I would definitely not recommend Gerrit as a tool for branching, merging and 
rebasing. Your user just has to learn some Git, using either command line, 
or something like TortoiseGit (I'm assuming this is a Windows user).


On Friday, May 27, 2011 7:22:46 PM UTC+2, mbaydiver wrote:
>
> Thanks, 
>
> I use cGit and really have not found a reason to replace it yet. However I 
> now have a user who wants to do branching, merging 
> and rebase functions through a web interface. 
>
> I really don't like the idea but I do need to see if it's feasible. 
>
>
 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Re: gitg web interface

2011-05-27 Thread Artiom Di
Hello Bill,

Your user may want gerrit ;)

On Fri, 27 May 2011 10:22:46 -0700
Bill Shoenhair  wrote:
BS>Thanks,
BS>
BS>I use cGit and really have not found a reason to replace it yet.
BS>However I now have a user who wants to do branching, merging
BS>and rebase functions through a web interface.
BS>
BS>I really don't like the idea but I do need to see if it's feasible.
BS>
BS>
BS>
BS>On Fri, May 27, 2011 at 10:14 AM, Thomas Ferris Nicolaisen
BS>> wrote:
BS>
BS>> Hum, well I didn't even notice this one last time I was looking
BS>> through the alternatives.
BS>>
BS>> I was looking for some tool that was able to show side-by-side
BS>> diffs. In the end we ended up installing Gerrit.
BS>>
BS>> We just use normal Gitweb as repo web frontend. I haven't yet
BS>> found any good reasons to replace it (other than "it's ugly").
BS>>
BS>> --
BS>> You received this message because you are subscribed to the Google
BS>> Groups "Git for human beings" group.
BS>> To post to this group, send email to git-users@googlegroups.com.
BS>> To unsubscribe from this group, send email to
BS>> git-users+unsubscr...@googlegroups.com.
BS>> For more options, visit this group at
BS>> http://groups.google.com/group/git-users?hl=en.
BS>>
BS>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Re: gitg web interface

2011-05-27 Thread Bill Shoenhair
Yes, in very early stages of development. I think they are at version 0.8.





On Fri, May 27, 2011 at 10:16 AM, Thomas Ferris Nicolaisen  wrote:

> Oh, now I realized that gitg is like a desktop Git client.
>
> cgit on the other hand is a repository web frontend. These are two
> different animals.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To post to this group, send email to git-users@googlegroups.com.
> To unsubscribe from this group, send email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/git-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Re: gitg web interface

2011-05-27 Thread Bill Shoenhair
Thanks,

I use cGit and really have not found a reason to replace it yet. However I
now have a user who wants to do branching, merging
and rebase functions through a web interface.

I really don't like the idea but I do need to see if it's feasible.



On Fri, May 27, 2011 at 10:14 AM, Thomas Ferris Nicolaisen  wrote:

> Hum, well I didn't even notice this one last time I was looking through the
> alternatives.
>
> I was looking for some tool that was able to show side-by-side diffs. In
> the end we ended up installing Gerrit.
>
> We just use normal Gitweb as repo web frontend. I haven't yet found any
> good reasons to replace it (other than "it's ugly").
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To post to this group, send email to git-users@googlegroups.com.
> To unsubscribe from this group, send email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/git-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.