[git-users] git repo muddled up

2012-10-12 Thread maxhodges
I have a git repo with multiple "origin" branches. WHen I add a new branch and commit changes, it shows that each of these branches are identical, so it may be writing the commits to multiple branches. I think made I made some rebase mistake. Is there anyway to sort this out, it doesn't work lik

Re: [git-users] Re: GIT SVN: Why do I now have directories named trunk/branches/tags?

2012-10-12 Thread Gadget/Steve
On 11/10/2012 9:12 PM, Thomas Ferris Nicolaisen wrote: > > > The project has always been trunk/branch/tags as have the others, > the original clone was --stdlayout and since the svn > server/network is slow and the project at svn revision 2100+ the > original clone took 36 hours, (w

[git-users] Re: [Short edition] Importing Subversion vendor-branches to Git

2012-10-12 Thread Carsten Fuchs
Hi Damien, Am 2012-10-12 00:28, schrieb Damien Robert: Actually, I don't think you need to make 'grafting mergs done with the subtree strategy'. When you use grafts, you change the parent of the commits, but you don't change the snapshot of the repository corresponding with the commit. Let's s

[git-users] mail client and applying patches

2012-10-12 Thread Kevin Wilson
Hi, I remember that I saw somewhere text which said that there is a mail client on linux which is git friendly in this sense: when you are subscribed to some mailing list (like kernel netdev) and you get patches with this client patches from developers, there is a button/menu in that mail client wh

Re: [git-users] mail client and applying patches

2012-10-12 Thread Michael Soulier
Any client that supports piping to an external command. I use mutt myself. Kevin Wilson wrote: >Hi, >I remember that I saw somewhere text which said that there is >a mail client on linux which is git friendly in this sense: >when you are subscribed to some mailing list (like kernel netdev) an

[git-users] Re: two different submodules in the same directory

2012-10-12 Thread Herbert Maschke
git submodule add https://github.com/thyseus/yii-user-management protected/modules Cloning into protected/modules... remote: Counting objects: 1130, done. remote: Compressing objects: 100% (735/735), done. remote: Total 1130 (delta 614), reused 855 (delta 339) Receiving objects: 100% (1130/1130),

[git-users] Re: two different submodules in the same directory

2012-10-12 Thread Herbert Maschke
git submodule add https://github.com/thyseus/yii-user-management protected/modules Cloning into protected/modules... remote: Counting objects: 1130, done. remote: Compressing objects: 100% (735/735), done. remote: Total 1130 (delta 614), reused 855 (delta 339) Receiving objects: 100% (1130/1130),

Re: [git-users] mail client and applying patches

2012-10-12 Thread Kevin Wilson
Hi, Thanks, Michael. AFAIK, mutt is only command line client. Might someone happen to know: Is there some gui based Linux client with this functionality (by pressing a button)? rgs, Kevin On Fri, Oct 12, 2012 at 12:19 PM, Michael Soulier wrote: > Any client that supports piping to an external co

Re: [git-users] mail client and applying patches

2012-10-12 Thread Michael P. Soulier
On 12/10/12 Kevin Wilson said: > Hi, > Thanks, Michael. > > AFAIK, mutt is only command line client. One of the things I love about it. ;-) > Might someone happen to know: > Is there some gui based Linux client with this functionality (by > pressing a button)? I asked for this in evolution yea

Re: [git-users] git repo muddled up

2012-10-12 Thread PJ Weisberg
On Wednesday, October 10, 2012, maxhodges wrote: > I have a git repo with multiple "origin" branches. WHen I add a new branch and commit changes, it shows that each of these branches are identical, so it may be writing the commits to multiple branches. I think made I made some rebase mistake. Is t

[git-users] server setup to allow git access over http

2012-10-12 Thread gitted
I want to understand how to go about providing users access to git over http to manage content that will be stored in their own git repository. Scenerio: Users signup on a website, upon choosing an account name I will create a git repository for them on my servers filesystem. /git/username1 /g

[git-users] Re: server setup to allow git access over http

2012-10-12 Thread Thomas Ferris Nicolaisen
On Friday, October 12, 2012 5:12:03 PM UTC+2, gitted wrote: > I want to understand how to go about providing users access to git over > http to manage content that will be stored in their own git repository. > > Scenerio: Users signup on a website, upon choosing an account name I will > create

Re: [git-users] Re: server setup to allow git access over http

2012-10-12 Thread Max Hodges
maybe not the answer you want, but I had a heck of a time setting it up so I search around and found https://bitbucket.org/ They offer free Git hosting for up to 5 developers, and their service includes a lot of great features, such as an integrated issue tracking system. Anyway might be something