[PATCH] more meaningful error message in gitk when git binary is not available

2012-10-01 Thread Josef Assad
Hi. I ran across what is a decidedly trivial little issue in gitk. The TCL/Tk looked simple enough so I am giving you a patch anyhow in case you want to fix it. When for whatever reason the git binary is unavailable, gitk would complain about missing git repository instead, so this patch adds a

Re: [PATCH] more meaningful error message in gitk when git binary is not available

2012-10-01 Thread Joachim Schmitz
Josef Assad wrote: Hi. I ran across what is a decidedly trivial little issue in gitk. The TCL/Tk looked simple enough so I am giving you a patch anyhow in case you want to fix it. When for whatever reason the git binary is unavailable, gitk would complain about missing git repository instead,

Re: [PATCH] more meaningful error message in gitk when git binary is not available

2012-10-01 Thread Junio C Hamano
Josef Assad jo...@josefassad.com writes: Signed-off-by: Josef Assad jo...@josefassad.com --- gitk-git/gitk |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) Thanks. diff --git a/gitk-git/gitk b/gitk-git/gitk index d93bd99..7e2e0a7 100755 --- a/gitk-git/gitk +++

Re: [PATCH] more meaningful error message in gitk when git binary is not available

2012-10-01 Thread Josef Assad
On 10/01/2012 07:21 PM, Josef Assad wrote: On 10/01/2012 07:11 PM, Junio C Hamano wrote: Josef Assad jo...@josefassad.com writes: Signed-off-by: Josef Assad jo...@josefassad.com --- gitk-git/gitk |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) Thanks. diff --git