git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Alexander 'z33ky' Hirsch <1zeeky@gmail.com>
Cc: git@vger.kernel.org, "brian m. carlson" <sandals@crustytoothpaste.net>
Subject: Re: [PATCH] rebase: add --verify-signatures
Date: Thu, 10 Dec 2015 11:11:36 -0800	[thread overview]
Message-ID: <xmqq37vai0ev.fsf@gitster.mtv.corp.google.com> (raw)
In-Reply-To: <20151210130228.GA22641@netblarch.tu-darmstadt.de> (Alexander Hirsch's message of "Thu, 10 Dec 2015 14:03:48 +0100")

Alexander 'z33ky' Hirsch <1zeeky@gmail.com> writes:

> +	if test -n "$rebase_root"
> +	then
> +		foreign_revisions="$orig_head..$onto"
> +	else
> +		foreign_revisions="$orig_head..${restrict_revision-$upstream}"
> +	fi
> +
> +	for cmt in $(git rev-list --reverse "$foreign_revisions")
> +	do
> +		if ! git log -1 --pretty=format:'%G?%n%GS' "$cmt" |

I do not think this matches what the corresponding option in "git
merge" does, where the only tips of the histories being merged are
checked.

  reply	other threads:[~2015-12-10 19:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-10 13:03 [PATCH] rebase: add --verify-signatures Alexander 'z33ky' Hirsch
2015-12-10 19:11 ` Junio C Hamano [this message]
2015-12-10 19:53   ` Junio C Hamano
2015-12-16 13:39     ` Alexander 'z33ky' Hirsch
2015-12-16 18:12       ` Junio C Hamano
2015-12-17  1:04         ` Alexander 'z33ky' Hirsch
2015-12-17 18:22           ` Junio C Hamano
     [not found]             ` <20151221140414.GA3422@netblarch.tu-darmstadt.de>
     [not found]               ` <xmqqvb7re55d.fsf@gitster.mtv.corp.google.com>
2015-12-22 23:12                 ` Alexander 'z33ky' Hirsch

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xmqq37vai0ev.fsf@gitster.mtv.corp.google.com \
    --to=gitster@pobox.com \
    --cc=1zeeky@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=sandals@crustytoothpaste.net \
    /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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).