git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: Linus Torvalds <torvalds@osdl.org>
Cc: git@vger.kernel.org
Subject: Re: Re : 2 questions on git-send-email usage
Date: Wed, 12 Jul 2006 21:34:15 -0700	[thread overview]
Message-ID: <7vac7exgvs.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0607120931150.5623@g5.osdl.org> (Linus Torvalds's message of "Wed, 12 Jul 2006 09:37:42 -0700 (PDT)")

Linus Torvalds <torvalds@osdl.org> writes:

> So being somewhat forgiving might help, but I think another thing that 
> migth help is a flag to "git-am" to _not_ apply a patch that lacks a 
> previous sign-off.

How about having this in $GIT_DIR/hooks/applypatch-msg?

	#!/bin/sh
	grep '^Signed-off-by: ' "$1" >/dev/null

  reply	other threads:[~2006-07-13  4:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-11  8:46 Re : 2 questions on git-send-email usage moreau francis
2006-07-11 10:08 ` Franck Bui-Huu
2006-07-11 19:22   ` Junio C Hamano
2006-07-12  7:37     ` Franck Bui-Huu
2006-07-12 15:43       ` Linus Torvalds
2006-07-12 16:19         ` Junio C Hamano
2006-07-12 16:24         ` Junio C Hamano
2006-07-12 16:37           ` Linus Torvalds
2006-07-13  4:34             ` Junio C Hamano [this message]
2006-07-13  4:40               ` Linus Torvalds

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=7vac7exgvs.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=git@vger.kernel.org \
    --cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).