public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail•com>
To: Christian Couder <chriscool@tuxfamily•org>
Cc: Junio C Hamano <gitster@pobox•com>,
	git@vger•kernel.org,
	Johannes Schindelin <Johannes.Schindelin@gmx•de>,
	Stephan Beyer <s-beyer@gmx•net>,
	Daniel Barkalow <barkalow@iabervon•org>
Subject: Re: [PATCH v3 2/2] rebase -i: save only original commit sha1 to save author information
Date: Mon, 22 Jun 2009 09:35:08 +0200	[thread overview]
Message-ID: <200906220935.11581.jnareb@gmail.com> (raw)
In-Reply-To: <20090622042831.3858.67926.chriscool@tuxfamily.org>

Christian Couder wrote:

> +                       GIT_AUTHOR_NAME="$author_ident_name" \
> +                       GIT_AUTHOR_EMAIL="$author_ident_email" \
> +                       GIT_AUTHOR_DATE="$author_ident_date" \
>                         $USE_OUTPUT git commit --no-verify \
>                                 $MSG_OPT "$EDIT_OR_FILE" || failed=t

Why not use 'git commit -C $(cat "$SAVED_COMMIT") ...' ?

-- 
Jakub Narebski
Poland

  reply	other threads:[~2009-06-22  7:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-22  4:28 [PATCH v3 2/2] rebase -i: save only original commit sha1 to save author information Christian Couder
2009-06-22  7:35 ` Jakub Narebski [this message]
2009-06-22  9:27   ` Johannes Schindelin

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=200906220935.11581.jnareb@gmail.com \
    --to=jnareb@gmail$(echo .)com \
    --cc=Johannes.Schindelin@gmx$(echo .)de \
    --cc=barkalow@iabervon$(echo .)org \
    --cc=chriscool@tuxfamily$(echo .)org \
    --cc=git@vger$(echo .)kernel.org \
    --cc=gitster@pobox$(echo .)com \
    --cc=s-beyer@gmx$(echo .)net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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