From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: [PATCH] Use dashless git commands in setgitperms.perl
Date: Sat, 20 Sep 2008 02:02:53 +0200 [thread overview]
Message-ID: <gb1ej9$bg2$1@ger.gmane.org> (raw)
In-Reply-To: 20080919234234.GL2939@inocybe.teonanacatl.org
Todd Zullinger wrote:
> # To save permissions/ownership data, place this script in your .git/hooks
> # directory and enable a `pre-commit` hook with the following lines:
> # #!/bin/sh
> -# SUBDIRECTORY_OK=1 . git-sh-setup
> +# SUBDIRECTORY_OK=1 . git sh-setup
> # $GIT_DIR/hooks/setgitperms.perl -r
> #
> # To restore permissions/ownership data, place this script in your .git/hooks
> # directory and enable a `post-merge` and `post-checkout` hook with the
> # following lines:
> # #!/bin/sh
> -# SUBDIRECTORY_OK=1 . git-sh-setup
> +# SUBDIRECTORY_OK=1 . git sh-setup
> # $GIT_DIR/hooks/setgitperms.perl -w
> #
The rest is probably O.K., but I don't think this change is good one.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
next prev parent reply other threads:[~2008-09-20 0:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-19 23:42 [PATCH] Use dashless git commands in setgitperms.perl Todd Zullinger
2008-09-20 0:02 ` Jakub Narebski [this message]
2008-09-20 0:48 ` Todd Zullinger
2008-09-20 1:27 ` Junio C Hamano
2008-09-22 11:30 ` Todd Zullinger
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='gb1ej9$bg2$1@ger.gmane.org' \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
/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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.