[msysGit] Re: [PATCH] Teach lookup_prog not to select directories

2008-07-07 Thread Johannes Sixt
On Montag, 7. Juli 2008, Eric Raible wrote: On Wed, Jul 2, 2008 at 11:40 AM, Johannes Sixt [EMAIL PROTECTED] wrote: On Mittwoch, 2. Juli 2008, Steffen Prohaska wrote: I pushed Dscho's version to era/lookup_prog. This branch is based on mingw/master. Hannes, Will you take this

[msysGit] About GIT_EXEC_PATH

2008-07-07 Thread Johannes Sixt
Since the 'dash-less' changes are now in upstream, mingw.git does not work anymore out of the box. The reason is that I introduced a function builtin_exec_path() that computes the path from the program invocation and ignores the predefined GIT_EXEC_PATH (which is the value of $(gitexecdir) int

[msysGit] Re: Issue 128 in msysgit: Provide packages for msys + return packages to msys

2008-07-07 Thread Johannes Schindelin
Hi, On Mon, 7 Jul 2008, matseitz_cisco wrote: On Jul 5, 6:46 pm, Johannes Schindelin [EMAIL PROTECTED] wrote: On Sat, 5 Jul 2008, [EMAIL PROTECTED] wrote: Secondly some packages have been updated in your installer like perl and it would help msys if you could share the packages with

[msysGit] Re: About GIT_EXEC_PATH

2008-07-07 Thread Marius Storm-Olsen
Johannes Sixt said the following on 07.07.2008 21:11: The intent of the function is to have a relocatable binary that does not use absolute compiled-in paths. For this purpose, DEFAULT_GIT_TEMPLATE_DIR and ETC_GITCONFIG are defined as relative paths that are interpreted as relative to

[msysGit] Issue 128 in msysgit: Provide packages for msys + return packages to msys

2008-07-07 Thread codesite-noreply
Issue 128: Provide packages for msys + return packages to msys http://code.google.com/p/msysgit/issues/detail?id=128 Comment #2 by [EMAIL PROTECTED]: I suggest splitting this into two issues: 1. git only package 2. perl updates could be shared with msys team -- You received this message

[msysGit] Issue 128 in msysgit: Provide packages for msys + return packages to msys

2008-07-07 Thread codesite-noreply
Issue 128: Provide packages for msys + return packages to msys http://code.google.com/p/msysgit/issues/detail?id=128 Comment #3 by [EMAIL PROTECTED]: Regarding the git only package, I noticed the following at http://code.google.com/p/msysgit/;. Does this help? If you feel something could be

[msysGit] Re: About GIT_EXEC_PATH

2008-07-07 Thread Johannes Schindelin
Hi, On Mon, 7 Jul 2008, Johannes Sixt wrote: Since the 'dash-less' changes are now in upstream, mingw.git does not work anymore out of the box. The reason is that I introduced a function builtin_exec_path() that computes the path from the program invocation and ignores the predefined

[msysGit] Re: About GIT_EXEC_PATH

2008-07-07 Thread Johannes Sixt
On Montag, 7. Juli 2008, Marius Storm-Olsen wrote: Now, reading this I wonder if really it should be something different. The ETC_GITCONFIG and DEFAULT_GIT_TEMPLATE_DIR are really pointing to configurations which affect all users, right? Shouldn't they then be located under the All

[msysGit] Re: About GIT_EXEC_PATH

2008-07-07 Thread Johannes Sixt
On Montag, 7. Juli 2008, Johannes Schindelin wrote: On Mon, 7 Jul 2008, Johannes Sixt wrote: Since the 'dash-less' changes are now in upstream, mingw.git does not work anymore out of the box. The reason is that I introduced a function builtin_exec_path() that computes the path from the

[msysGit] Re: About GIT_EXEC_PATH

2008-07-07 Thread Johannes Schindelin
Hi, On Mon, 7 Jul 2008, Johannes Sixt wrote: On Montag, 7. Juli 2008, Johannes Schindelin wrote: On Mon, 7 Jul 2008, Johannes Sixt wrote: Since the 'dash-less' changes are now in upstream, mingw.git does not work anymore out of the box. The reason is that I introduced a function