On Tue, Aug 21, 2012 at 12:22:18PM -0700, Junio C Hamano wrote:
> Conley Owens writes:
>
> > Yes, that's the upstart I'm referring to. This makes sense. However, it's
> > a
> > confusing situation to run into. Would a warning about an unset $HOME be
> > appropriate?
>
> Unsetting HOME is an
Conley Owens writes:
> Yes, that's the upstart I'm referring to. This makes sense. However, it's a
> confusing situation to run into. Would a warning about an unset $HOME be
> appropriate?
Unsetting HOME is an easy way to skip what is in ~/.gitconfig when
helping other people on this list, an
Junio C Hamano writes:
> Where do shells (e.g. bash and dash) go when you say "cd" without
> parameter when $HOME is unset, for example?
$ bash -c 'unset HOME; cd'
bash: line 0: cd: HOME not set
$ dash -c 'unset HOME; cd'
[no output and cwd not changed]
POSIX says:
If no directory operand
6b82ce9 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
>>>
>>> Please drop these lines from the message body; they are redundant with
>&g
on, 20 Aug 2012 18:23:40 -0700
>>> Subject: [PATCH] Fallback on getpwuid if envar HOME is unset
>>
>> Please drop these lines from the message body; they are redundant with
>> your email's headers.
>>
>> This seems sensible on the surface, but I'm a
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: [
Conley Owens writes:
> 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
> ---
We can see y
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
Please drop these li
>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.
9 matches
Mail list logo