All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: dr.chiarello@gmail.com
Cc: git@vger.kernel.org
Subject: Re: How to edit commit messages?
Date: Tue, 12 Aug 2008 14:49:49 +0200	[thread overview]
Message-ID: <vpqd4kepfde.fsf@bauges.imag.fr> (raw)
In-Reply-To: <g7s088$o1p$1@ger.gmane.org> (dr chiarello's message of "Tue\, 12 Aug 2008 14\:38\:32 +0200")

dr.chiarello@gmail.com writes:

> Hi all,
>   what are the best solution to:
> 1) interactively edit commit's messages (some or all)

  git rebase -i

can help.

> 2) batch edit commit's messages (for example using sed)

  git filter-branch --msg-filter sed 's/foo/bar/'

should do it.

-- 
Matthieu

      parent reply	other threads:[~2008-08-12 12:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-12 12:38 How to edit commit messages? dr.chiarello
2008-08-12 12:45 ` Andreas Ericsson
2008-08-12 12:45 ` Miklos Vajna
2008-08-12 12:49 ` Matthieu Moy [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=vpqd4kepfde.fsf@bauges.imag.fr \
    --to=matthieu.moy@imag.fr \
    --cc=dr.chiarello@gmail.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.