git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Lee Carver <Lee.Carver@servicenow.com>
Cc: "gitster\@pobox.com" <gitster@pobox.com>,
	"git\@vger.kernel.org" <git@vger.kernel.org>,
	Lee Carver <leeca@pnambic.com>
Subject: Re: PATCH] Allow git-filter-branch to process large repositories with lots of branches.
Date: Sat, 07 Sep 2013 22:29:28 +0200	[thread overview]
Message-ID: <87ppskgytz.fsf@igel.home> (raw)
In-Reply-To: <CE50D917.191A5%lee.carver@corp.service-now.com> (Lee Carver's message of "Sat, 7 Sep 2013 20:22:33 +0000")

Lee Carver <Lee.Carver@servicenow.com> writes:

> diff --git a/git-filter-branch.sh b/git-filter-branch.sh
> index ac2a005..d7e0fae 100755
> --- a/git-filter-branch.sh
> +++ b/git-filter-branch.sh
> @@ -255,8 +255,6 @@ else
>  	remap_to_ancestor=t
>  fi
>  
> -rev_args=$(git rev-parse --revs-only "$@")
> -
>  case "$filter_subdir" in
>  "")
>  	eval set -- "$(git rev-parse --sq --no-revs "$@")"

Here the arguments are reset.

> @@ -267,8 +265,9 @@ case "$filter_subdir" in
>  	;;
>  esac
>  
> +git rev-parse --revs-only "$@" | \

So this is using a different argument list than before.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

  reply	other threads:[~2013-09-07 20:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-07 20:22 PATCH] Allow git-filter-branch to process large repositories with lots of branches Lee Carver
2013-09-07 20:29 ` Andreas Schwab [this message]
2013-09-07 20:37   ` Lee Carver

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=87ppskgytz.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=Lee.Carver@servicenow.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=leeca@pnambic.com \
    /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).