[git-users] Re: What's wrong with git log --grep ? How I can find a 'somestring1' in a whole log of the project's commits?

2014-10-13 Thread Pierre-François CLEMENT
On Friday, 10 October 2014 11:01:03 UTC+2, Marat Shakurov wrote: how I can find a 'string' in a whole log of the project's commits I know there is: git log -p --grep=string and some options I don't know as correctly it to use I absolutely know, that the log of my project contains the

Re: [git-users] Setting up Git for Closed Source.

2014-10-13 Thread Simon Earnshaw
Ahh thanks for that - I think I had come to that conclusion that all you need do is install Git on a server in that is in effect your central store. As an aside I have looked at Bonobo Git Server - have you heard anything about this? On Thursday, 9 October 2014 12:40:11 UTC+1, Gergely

[git-users] git rm

2014-10-13 Thread Tom Avey
I had some files that apache was keeping in /public_html/logs/rewrite_log and that was being tracked by git. Files were too large to push so I deleted them and stopped the logging feature (I think it was a log of rewrites). But I am not comfortable enough with git rm to confidently remove

Re: [git-users] git rm

2014-10-13 Thread Konstantin Khomoutov
On Mon, 13 Oct 2014 07:03:58 -0700 (PDT) Tom Avey toma...@fgbc.org wrote: I had some files that apache was keeping in /public_html/logs/rewrite_log and that was being tracked by git. Files were too large to push so I deleted them and stopped the logging feature (I think it was a log of

Re: [git-users] Setting up Git for Closed Source.

2014-10-13 Thread Konstantin Khomoutov
On Mon, 13 Oct 2014 04:18:38 -0700 (PDT) Simon Earnshaw simonearnsha...@gmail.com wrote: Ahh thanks for that - I think I had come to that conclusion that all you need do is install Git on a server in that is in effect your central store. Well, in a sense, you do not even need to have Git on

Re: [git-users] authenticated push / pull with Apache

2014-10-13 Thread Konstantin Khomoutov
On Fri, 10 Oct 2014 00:37:17 -0700 (PDT) j...@norricorp.f9.co.uk wrote: [...] [vobadm@centos64 git_repos]$ ls -l total 20 drwxrwxrwx. 7 vobadm users 4096 Oct 9 17:53 csg2.git drwxrwsr-x. 7 vobadm users 4096 Jan 30 2013 dev_maven.git -rw-r--r--. 1 vobadm users 47 Oct 9 13:42 groups