Re: [git-users] Re: Problem removing large files from commit

2013-07-15 Thread Larry Martell
On Sat, Jul 13, 2013 at 4:07 PM, Thomas Ferris Nicolaisen wrote: > >> I hope I can recover these changes from backups - if not I've lost >> quite a bit of work. > > > First of all, no matter how much you rebase around, Git will not throw away > old history in a repository. No doubt that is true,

[git-users] Problem in rebasing

2013-07-15 Thread Amit Kumar
Hello , I m working on a open source project and using git for this, but i m new in using git and unclear about the concept of rebasing. I have made many commits but now i need to do rebase and when i do rebase it says "current branch is already updated." My work flow is like i clone a proje

[git-users] Re: Problem in rebasing

2013-07-15 Thread Thomas Ferris Nicolaisen
On Monday, July 15, 2013 1:17:36 PM UTC+2, Amit Kumar wrote: > Hello , > > > I m working on a open source project and using git for this, but i m new > in using git and unclear about the concept of rebasing. > > I have made many commits but now i need to do rebase and when i do rebase > it says

[git-users] Re: Problem in rebasing

2013-07-15 Thread Amit Kumar
Thanks thomas i have already this article and i dint understand where to put these lines pick 1fc6c95 Patch A squash fa39187 something to add to patch A pick 7b36971 something to move before patch B On Monday, 15 July 2013 17:25:23 UTC+5:30, Thomas Ferris Nicolaisen wrote: > > On Monday, Jul

Re: [git-users] Problem in rebasing

2013-07-15 Thread Konstantin Khomoutov
On Mon, 15 Jul 2013 04:17:36 -0700 (PDT) Amit Kumar wrote: [...] > I have made many commits but now i need to do rebase and when i do > rebase it says "current branch is already updated." How exactly do you do rebasing? Looks you're trying to rebase onto an origin branch which were not update

Re: [git-users] Problem in rebasing

2013-07-15 Thread Amit Kumar
I m working on the the branch "ABC" say and I want changes made by the commits 1 and 5 from "ABC" and remove the 2,3 & 4. On Monday, 15 July 2013 17:32:46 UTC+5:30, Konstantin Khomoutov wrote: > > On Mon, 15 Jul 2013 04:17:36 -0700 (PDT) > Amit Kumar > wrote: > > [...] > > > I have made

Re: [git-users] Problem in rebasing

2013-07-15 Thread Amit Kumar
sorry but i m new in git and very confused about the rebasing. I just just need to remove the middle commits and want to send only the **changes**made by the commit 1 and commit 5 only. Commit 1 > commit 2-->Commit 3 > commit 4> Commit 5 but now i want only the Com

Re: [git-users] Problem in rebasing

2013-07-15 Thread Konstantin Khomoutov
On Mon, 15 Jul 2013 05:09:43 -0700 (PDT) Amit Kumar wrote: A. Because it breaks the discussion flow. Q. Why top-posting sucks? > I m working on the the branch "ABC" say and I want changes made by > the commits 1 and 5 from "ABC" and remove the 2,3 & 4. Then do interactive rebasing. Say, if yo

[git-users] Git is consuming very much RAM

2013-07-15 Thread ironm4nchen
Hello everyone, I have got a problem with my bare repository with the size of 4 GB. I experience some strange memory usage at cloning or fetching. Git consumes about 30 GB RAM for these commands, but this is not the real problem. The real problem takes place at the client, while cloning and bef

Re: [git-users] Git is consuming very much RAM

2013-07-15 Thread Dale R. Worley
> From: ironm4nc...@gmail.com > > I have got a problem with my bare repository with the size of 4 GB. > I experience some strange memory usage at cloning or fetching. > Git consumes about 30 GB RAM for these commands, but this is not the real > problem. > The real problem takes place at the cli

[git-users] git users and permissions

2013-07-15 Thread HWSWMAN
i created a repo on a server, and i followed instructions to make a new git group, and assign users to the group .. then i set it so the shell is git shell, and the users can only access the files through git .. this is great .. now, can i create a user that can only pull? that would be great -