Re: [BUG] Halt during fetch on MacOS

2014-03-06 Thread Conley Owens
On Thu, Mar 6, 2014 at 1:16 PM, Jeff King 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 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, a

Re: [BUG] Halt during fetch on MacOS

2014-03-03 Thread Conley Owens
On Fri, Feb 28, 2014 at 10:15 PM, Jeff King wrote: > On Fri, Feb 28, 2014 at 03:26:28PM -0800, Conley Owens wrote: > >> test.sh >> """""""""""""""""""""""&q

Re: [BUG] Halt during fetch on MacOS

2014-03-03 Thread Conley Owens
On Sun, Mar 2, 2014 at 6:36 AM, Max Horn wrote: > > On 01.03.2014, at 00:26, Conley Owens 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 >>

[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

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 wrote: > Conley Owens writes: > >> On Mon, Aug 20, 2012 at 7:30 PM, Jeff King wrote: >>> On Mon, Aug 20, 2012 at 06:28:57PM -0700, Conley Owens wrote: >>> >>>> From f64ba3c908b33a2ea5a5ad1f0e5800af7

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 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 >> Date: Mon, 20 Aug 2012 18:23:40 -0700 >> Subject: [

[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 Date: Mon, 20 Aug 2012 18:23:40 -0700 Subject: [PATCH] Fallback on getpwuid if envar HOME is unset Signed-off-by: Conley Owens --- path.c | 5 + 1 file changed, 5 insertions(+) diff --git a/path.