All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <marcelo@kvack.org>
To: Keith Owens <kaos@ocs.com.au>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Older git hooks for linux-2.4
Date: Fri, 16 Jun 2006 14:20:02 -0300	[thread overview]
Message-ID: <20060616172002.GA3580@dmt> (raw)
In-Reply-To: <26721.1150438597@kao2.melbourne.sgi.com>

On Fri, Jun 16, 2006 at 04:16:37PM +1000, Keith Owens wrote:
> rsync rsync://rsync.kernel.org/pub/scm/linux/kernel/git/marcelo/linux-2.4.git/
> 
> has hooks that do not match the current git template hooks.
> 
> git-clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/marcelo/linux-2.4.git/
> 
> appears to install the hooks from the local template directory, rather
> than cloning from the remote repository.  Is the difference between the
> rsync and git-clone commands an expected behaviour?

Think so, git-clone does git-init-db, without specifying template directory.

       git-init-db [--template=<template_directory>] [--shared]

OPTIONS
       --template=<template_directory>
              Provide  the  directory  from  which templates will be used. The
              default template directory is /usr/share/git-core/templates.

> And should the
> hooks in /pub/scm/linux/kernel/git/marcelo/linux-2.4.git be updated to
> match the current git templates?

Yep.. thanks.

      reply	other threads:[~2006-06-16 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-16  6:16 Older git hooks for linux-2.4 Keith Owens
2006-06-16 17:20 ` Marcelo Tosatti [this message]

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=20060616172002.GA3580@dmt \
    --to=marcelo@kvack.org \
    --cc=kaos@ocs.com.au \
    --cc=linux-kernel@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.