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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html