Re: [BUG] Halt during fetch on MacOS

2014-03-06 Thread Conley Owens
On Thu, Mar 6, 2014 at 1:16 PM, Jeff King p...@peff.net wrote: On Thu, Mar 06, 2014 at 10:24:49AM -0800, Junio C Hamano wrote: OK, I've tried using my own build from master, and I still get the same results. I've done a little more investigation and discovered it always hangs at:

Re: [BUG] Halt during fetch on MacOS

2014-03-05 Thread Conley Owens
On Fri, Feb 28, 2014 at 3:26 PM, Conley Owens c...@android.com wrote: $ git --version # This is just the git from MacPorts git version 1.8.5.5 $ sw_vers ProductName:Mac OS X ProductVersion: 10.8.5 BuildVersion: 12F45 OK, I've tried using my own build from master, and I still get

Re: [BUG] Halt during fetch on MacOS

2014-03-03 Thread Conley Owens
On Sun, Mar 2, 2014 at 6:36 AM, Max Horn m...@quendi.de wrote: On 01.03.2014, at 00:26, Conley Owens c...@android.com wrote: $ git --version # This is just the git from MacPorts git version 1.8.5.5 $ sw_vers ProductName:Mac OS X ProductVersion: 10.8.5 BuildVersion: 12F45 I cannot

Re: [BUG] Halt during fetch on MacOS

2014-03-03 Thread Conley Owens
On Fri, Feb 28, 2014 at 10:15 PM, Jeff King p...@peff.net wrote: On Fri, Feb 28, 2014 at 03:26:28PM -0800, Conley Owens wrote: test.sh #!/bin/bash rungit() { mkdir $1 GIT_DIR=$1 git init --bare echo '[remote aosp]' $1/config echo 'url = https

[BUG] Halt during fetch on MacOS

2014-02-28 Thread Conley Owens
$ git --version # This is just the git from MacPorts git version 1.8.5.5 $ sw_vers ProductName:Mac OS X ProductVersion: 10.8.5 BuildVersion: 12F45 test.sh #!/bin/bash rungit() { mkdir $1 GIT_DIR=$1 git init --bare echo '[remote aosp]' $1/config echo 'url =

Re: [PATCH] Fallback on getpwuid if envar HOME is unset

2012-08-21 Thread Conley Owens
On Mon, Aug 20, 2012 at 7:30 PM, Jeff King p...@peff.net wrote: On Mon, Aug 20, 2012 at 06:28:57PM -0700, Conley Owens wrote: From f64ba3c908b33a2ea5a5ad1f0e5800af76b82ce9 Mon Sep 17 00:00:00 2001 From: Conley Owens c...@android.com Date: Mon, 20 Aug 2012 18:23:40 -0700 Subject: [PATCH

Re: [PATCH] Fallback on getpwuid if envar HOME is unset

2012-08-21 Thread Conley Owens
On Tue, Aug 21, 2012 at 11:22 AM, Junio C Hamano gits...@pobox.com wrote: Conley Owens c...@android.com writes: On Mon, Aug 20, 2012 at 7:30 PM, Jeff King p...@peff.net wrote: On Mon, Aug 20, 2012 at 06:28:57PM -0700, Conley Owens wrote: From f64ba3c908b33a2ea5a5ad1f0e5800af76b82ce9 Mon Sep

[PATCH] Fallback on getpwuid if envar HOME is unset

2012-08-20 Thread Conley Owens
From f64ba3c908b33a2ea5a5ad1f0e5800af76b82ce9 Mon Sep 17 00:00:00 2001 From: Conley Owens c...@android.com Date: Mon, 20 Aug 2012 18:23:40 -0700 Subject: [PATCH] Fallback on getpwuid if envar HOME is unset Signed-off-by: Conley Owens c...@android.com --- path.c | 5 + 1 file changed, 5