Re: [PATCH] git-gui: Make git-gui lib dir configurable at runtime

2014-08-12 Thread Junio C Hamano
Pat Thoyts writes: >>Pat, do you want patches via the git mailing list, personal mail, or >>some other way? >> > > The standard method is both: personal to ensure I see it and mailing list to > allow everyone to comment. > > I've applied this patch to git-gui master. Thanks, both. Is it a goo

Re: [PATCH] git-gui: Make git-gui lib dir configurable at runtime

2014-08-10 Thread Pat Thoyts
David Turner writes: >On Mon, 2014-07-21 at 14:06 -0700, Junio C Hamano wrote: >> David Turner writes: >> >> > Introduce the GIT_GUI_LIB_DIR environment variable, to tell git-gui >> > where to look for TCL libs. This allows a git-gui which has been >> > built with a prefix of /foo to be run ou

Re: [PATCH] git-gui: Make git-gui lib dir configurable at runtime

2014-07-21 Thread David Turner
On Mon, 2014-07-21 at 14:06 -0700, Junio C Hamano wrote: > David Turner writes: > > > Introduce the GIT_GUI_LIB_DIR environment variable, to tell git-gui > > where to look for TCL libs. This allows a git-gui which has been > > built with a prefix of /foo to be run out of directory /bar. This is

Re: [PATCH] git-gui: Make git-gui lib dir configurable at runtime

2014-07-21 Thread Junio C Hamano
David Turner writes: > Introduce the GIT_GUI_LIB_DIR environment variable, to tell git-gui > where to look for TCL libs. This allows a git-gui which has been > built with a prefix of /foo to be run out of directory /bar. This is > the equivalent of GIT_EXEC_PATH or GITPERLLIB but for git-gui's

[PATCH] git-gui: Make git-gui lib dir configurable at runtime

2014-07-21 Thread David Turner
Introduce the GIT_GUI_LIB_DIR environment variable, to tell git-gui where to look for TCL libs. This allows a git-gui which has been built with a prefix of /foo to be run out of directory /bar. This is the equivalent of GIT_EXEC_PATH or GITPERLLIB but for git-gui's TCL libraries. Signed-off-by: