git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "Ferry Huberts" <ferry.huberts@pelagic.nl>
To: "Johannes Schindelin" <Johannes.Schindelin@gmx.de>
Cc: msysgit@googlegroups.com, git@vger.kernel.org
Subject: Re: Git for Windows 1.6.3.2
Date: Mon, 8 Jun 2009 12:43:35 +0200 (CEST)	[thread overview]
Message-ID: <26984.77.61.241.211.1244457815.squirrel@hupie.xs4all.nl> (raw)
In-Reply-To: <alpine.DEB.1.00.0906071629460.26154@pacific.mpi-cbg.de>

On Sun, June 7, 2009 16:33, Johannes Schindelin wrote:
> Hi,
>
> this mail informs you that Git for Windows 1.6.3.2 is out.  Soon is the
> time that we switch to git.git's master.
>
> - The user home directory is inferred from $HOMEDRIVE\$HOMEPATH instead of
>   $HOME (Issue 108).

this does not work for me.
win xp sp3, 32bits

with this patch it is fixed/reverted:

--- Program Files/Git/etc/profile.org	2009-06-08 12:31:29.968750000 +0200
+++ Program Files/Git/etc/profile	2009-06-08 12:31:16.718750000 +0200
@@ -29,7 +29,7 @@

 # Set up USER's home directory
 if [ -z "$HOME" -o ! -d "$HOME" ]; then
-  HOME="$HOMEDRIVE$HOMEPATH"
+  HOME="$USERPROFILE"
 fi

 if [ ! -d "$HOME" ]; then

  parent reply	other threads:[~2009-06-08 10:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-07 14:33 Git for Windows 1.6.3.2 Johannes Schindelin
2009-06-08 10:01 ` Ferry Huberts (Pelagic)
2009-06-08 10:43 ` Ferry Huberts [this message]
2009-06-08 10:51   ` Sverre Rabbelier
2009-06-08 10:58     ` Johannes Schindelin
2009-06-08 11:05       ` Ferry Huberts
2009-06-08 12:03         ` Johannes Schindelin
2009-06-09 13:58           ` Johannes Schindelin
2009-06-09 15:15             ` Ferry Huberts
2009-06-09 19:18       ` Dirk Süsserott
2009-06-09 20:34         ` Sverre Rabbelier
2009-06-08 11:02     ` Ferry Huberts
2009-06-08 12:58 ` Lee Henson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=26984.77.61.241.211.1244457815.squirrel@hupie.xs4all.nl \
    --to=ferry.huberts@pelagic.nl \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=msysgit@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).