git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "Kristoffer Haugsbakk" <code@khaugsbakk.name>
To: "Oswald Buddenhagen" <oswald.buddenhagen@gmx.de>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] sequencer: beautify subject of reverts of reverts
Date: Sat, 25 Mar 2023 11:39:43 +0100	[thread overview]
Message-ID: <210376fb-f830-4883-b576-2936dabc09cc@app.fastmail.com> (raw)
In-Reply-To: <20230323162234.995465-1-oswald.buddenhagen@gmx.de>

On Thu, Mar 23, 2023, at 17:22, Oswald Buddenhagen wrote:
> Instead of generating a silly-looking `Revert "Revert "foo""`, make it
> `Reapply "foo"`.

Nice addition.

    $ echo change >> README.md
    $ ./bin-wrappers/git add README.md
    $ ./bin-wrappers/git commit -m 'A change'
    $ ./bin-wrappers/git revert --no-edit @
    $ ./bin-wrappers/git revert --no-edit @
    $ ./bin-wrappers/git log --oneline master..
    adfce56c6a (HEAD -> reapply) Reapply "A change"
    395894c2ce Revert "A change"
    a01e3d6b3d A change
    058643b69f sequencer: beautify subject of reverts of reverts

-- 
Kristoffer Haugsbakk

  reply	other threads:[~2023-03-25 10:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-23 16:22 [PATCH] sequencer: beautify subject of reverts of reverts Oswald Buddenhagen
2023-03-25 10:39 ` Kristoffer Haugsbakk [this message]
2023-03-27 22:25   ` Junio C Hamano
2023-03-28  6:04     ` Kristoffer Haugsbakk
2023-03-28 13:23       ` Oswald Buddenhagen
2023-03-28 13:43         ` Kristoffer Haugsbakk
2023-03-28 14:00         ` Junio C Hamano
2023-03-28 14:02 ` Junio C Hamano

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=210376fb-f830-4883-b576-2936dabc09cc@app.fastmail.com \
    --to=code@khaugsbakk.name \
    --cc=git@vger.kernel.org \
    --cc=oswald.buddenhagen@gmx.de \
    /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).