[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 debu

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 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 show replaced

[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 s

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

2015-07-22 Thread Konstantin Khomoutov
On Wed, 22 Jul 2015 07:41:19 -0500 John McKown wrote: [...] > >> http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html#G > >> for AIX. > >> > > > > Unfortunately, that's not it. The package is called "git" but it's > > not Git-the-SCM. > > > > I wonder what it is. As I under

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

2015-07-22 Thread John McKown
Wow, was I ever off in left field. Or maybe even in the wrong ball park. I must remember "Not all that is UNIX is GNU". My GNU/Linux bigotry is showing. On Wed, Jul 22, 2015 at 8:50 AM, Paul Smith wrote: > On Wed, 2015-07-22 at 07:41 -0500, John McKown wrote: > > I wonder what it is. ​I thought

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] 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

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: > http://www-03.ibm.co

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 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 monthly, go a gi

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 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 tha

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 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 > - create

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

2015-07-22 Thread Konstantin Khomoutov
On Tue, 21 Jul 2015 20:04:08 -0700 (PDT) RK wrote: > We are using git 1.8.3.1 on AIX 6.1 server. Recently AIX patches > applied on the AIX box and git stopped working. git is failing to > extract the code. > > Error attached . The error is mentioned below in blue color. > > >

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 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 the message

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 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 > monthly, go a git gc --aggressiv

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

2015-07-22 Thread John McKown
On Tue, Jul 21, 2015 at 10:04 PM, RK wrote: > Hello, > > > > We are using git 1.8.3.1 on AIX 6.1 server. Recently AIX patches applied > on the AIX box and git stopped working. git is failing to extract the code. > > Error attached . The error is mentioned below in blue color. > > > >