From: "Shawn O. Pearce" <spearce@spearce•org>
To: Alexander Gavrilov <angavrilov@gmail•com>
Cc: git@vger•kernel.org
Subject: Re: [PATCH (GIT-GUI)] Fix pre-commit hooks under MinGW/MSYS
Date: Thu, 17 Jul 2008 01:18:22 +0000 [thread overview]
Message-ID: <20080717011822.GB16740@spearce.org> (raw)
In-Reply-To: <200807170012.28769.angavrilov@gmail.com>
Alexander Gavrilov <angavrilov@gmail•com> wrote:
> Apply the work-around for checking the executable
> permission of hook files not only on Cygwin, but on
> Windows in general.
>
> Signed-off-by: Alexander Gavrilov <angavrilov@gmail•com>
> ---
> This is a fix for msysgit issue #118.
> (http://code.google.com/p/msysgit/issues/detail?id=118)
>
> I've already sent this patch, but resend it as I haven't received any reply,
> and it is not in git-gui.git yet.
Thanks. I'm not sure why I dropped this earlier, but it is
in my git-gui tree now.
> diff --git a/git-gui.sh b/git-gui.sh
> index e6e8890..2d14bf2 100755
> --- a/git-gui.sh
> +++ b/git-gui.sh
> @@ -473,10 +473,10 @@ proc githook_read {hook_name args} {
> set pchook [gitdir hooks $hook_name]
> lappend args 2>@1
>
> - # On Cygwin [file executable] might lie so we need to ask
> + # On Windows [file executable] might lie so we need to ask
> # the shell if the hook is executable. Yes that's annoying.
> #
> - if {[is_Cygwin]} {
> + if {[is_Windows]} {
> upvar #0 _sh interp
> if {![info exists interp]} {
> set interp [_which sh]
--
Shawn.
next prev parent reply other threads:[~2008-07-17 1:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-16 20:12 [PATCH (GIT-GUI)] Fix pre-commit hooks under MinGW/MSYS Alexander Gavrilov
2008-07-17 1:18 ` Shawn O. Pearce [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-07-05 11:38 [PATCH] git-gui: " Alexander N. Gavrilov
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080717011822.GB16740@spearce.org \
--to=spearce@spearce$(echo .)org \
--cc=angavrilov@gmail$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox