All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Sixt <J.Sixt@eudaptics.com>
To: git@vger.kernel.org
Subject: Re: [RFC/PATCH] Implement poor-man's submodule support using commit  hooks
Date: Wed, 20 Dec 2006 15:18:40 +0100	[thread overview]
Message-ID: <45894640.2E0768B5@eudaptics.com> (raw)
In-Reply-To: 200612201309.02119.andyparkins@gmail.com

Andy Parkins wrote:
> +               # check if the subdir is a repository
> +               if [ ! -d "$WORKINGTOP$subdir/.git" ]; then
> +                       echo "$subdir is not a git repository, so it can't be a submodule"

You must redirect the message to >&2 otherwise it remains invisible (it
goes into file newgitmodules).

-- Hannes

      parent reply	other threads:[~2006-12-20 14:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-20 13:09 [RFC/PATCH] Implement poor-man's submodule support using commit hooks Andy Parkins
2006-12-20 13:29 ` Johannes Sixt
2006-12-20 13:47   ` Andy Parkins
2006-12-20 14:07     ` Jakub Narebski
2006-12-20 14:20       ` Andy Parkins
2006-12-20 14:33     ` Rogan Dawes
2006-12-20 14:40       ` Andy Parkins
2006-12-20 15:42         ` Randal L. Schwartz
2006-12-20 16:09         ` Johannes Schindelin
2006-12-20 13:36 ` Martin Waitz
2006-12-20 13:48   ` Andy Parkins
2006-12-20 14:35   ` Andy Parkins
2006-12-20 15:44     ` Martin Waitz
2006-12-20 14:18 ` Johannes Sixt [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=45894640.2E0768B5@eudaptics.com \
    --to=j.sixt@eudaptics.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.