[git-users] Git Clone Deadlock

2015-07-22 Thread Jimmy Zelinskie
We have an application that shells out to git to clone a a repository before doing work on that repository. Occasionally, the clone blocks forever. The application executes in an Alpine Linux container (thus I believe I believe it's using musl). Here's a link to the logs of a little bit of

Re: [git-users] Git doesn't detect change, if file modification time is restored to original one

2015-07-22 Thread Konstantin Khomoutov
On Wed, 22 Jul 2015 11:17:13 -0700 (PDT) Konrád Lőrinczi klorin...@gmail.com wrote: I wrote a search replace perl script, which recursively searches files and replaces text in them. After replace, it restores original modification time (mtime) of file. Interesting, that git status doesn't

[git-users] Git doesn't detect change, if file modification time is restored to original one

2015-07-22 Thread Konrád Lőrinczi
I wrote a search replace perl script, which recursively searches files and replaces text in them. After replace, it restores original modification time (mtime) of file. Interesting, that git status doesn't show replaced changes, if the mtime is same as original. Is there a way to force git

Re: [git-users] adding a remote on a private branch.

2015-07-22 Thread dexter ietf
Does it work even if the original cloned branch is off of (P), i'm just trying to understand how and why this can work. (Ma) is Machine A (Mb) is Machine B (P) - parent branch Ma - clone P, call it Pa - create private branch Pva in the same tree, i want to set the remote as (Pb) Mb -

Re: [git-users] adding a remote on a private branch.

2015-07-22 Thread Konstantin Khomoutov
On Tue, 21 Jul 2015 23:00:23 -0700 (PDT) dexter ietf dexter.i...@gmail.com wrote: Does it work even if the original cloned branch is off of (P), i'm just trying to understand how and why this can work. (Ma) is Machine A (Mb) is Machine B (P) - parent branch Ma - clone P, call it Pa

Re: [git-users] bare repo git gc --aggressive

2015-07-22 Thread Konstantin Khomoutov
On Tue, 21 Jul 2015 13:22:56 -0500 John McKown john.archie.mck...@gmail.com wrote: I use git at home. I have my normal working directories. I keep the associated bare repository on a NAS box (accessed with NFS, if that matters). I am wondering if it is a good idea to periodically, say

Re: [git-users] Create a new repository out of sub repository

2015-07-22 Thread Konstantin Khomoutov
On Tue, 21 Jul 2015 12:37:20 -0700 (PDT) Dimitris Papageorgiou foryou1...@gmail.com wrote: How am I going to use git filter branch? I tried this with no effect: git filter-branch --msg-filter administrator... I got a message saying: git-rewrite already exists,please remove it Apart from

Re: [git-users] Could not load program git

2015-07-22 Thread Paul Smith
On Wed, 2015-07-22 at 07:41 -0500, John McKown wrote: I wonder what it is. ​I thought that it was git the SCM because the source link pointed to the GNU ftp server and the git directory within it. Git-the-SCM is not a GNU project and not available from the GNU ftp server. You found GNU

Re: [git-users] bare repo git gc --aggressive

2015-07-22 Thread John McKown
On Wed, Jul 22, 2015 at 4:43 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Tue, 21 Jul 2015 13:22:56 -0500 John McKown john.archie.mck...@gmail.com wrote: I use git at home. I have my normal working directories. I keep the associated bare repository on a NAS box

Re: [git-users] bare repo git gc --aggressive

2015-07-22 Thread Konstantin Khomoutov
On Wed, 22 Jul 2015 06:48:06 -0500 John McKown john.archie.mck...@gmail.com wrote: I use git at home. I have my normal working directories. I keep the associated bare repository on a NAS box (accessed with NFS, if that matters). I am wondering if it is a good idea to periodically, say

Re: [git-users] Could not load program git

2015-07-22 Thread John McKown
On Wed, Jul 22, 2015 at 7:32 AM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Wednesday, July 22, 2015 at 12:34:31 PM UTC+3, John McKown wrote: [...] Probably the best thing to do wold be to see if there is an updated version of git on AIX which will work for you and

Re: [git-users] Could not load program git

2015-07-22 Thread Konstantin Khomoutov
On Wednesday, July 22, 2015 at 12:34:31 PM UTC+3, John McKown wrote: [...] Probably the best thing to do wold be to see if there is an updated version of git on AIX which will work for you and install it. On my Linux system, git is at 2.4.3! There is a package here: