[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44311] [PATCH] gnu: Add r-deconstructsigs.
From: |
Leo Famulari |
Subject: |
[bug#44311] [PATCH] gnu: Add r-deconstructsigs. |
Date: |
Tue, 22 Dec 2020 14:07:27 -0500 |
On Tue, Dec 22, 2020 at 07:15:41PM +0100, zimoun wrote:
> Currently, I do not know how to do without copy/pasting by hand, so
> loosing your authorship. Could you rebase on the top of master?
`git commit` allows you to choose the author. In cases like this one, I
sometimes use that feature:
$ git commit --signoff --author="Aniket Patil <aniket112.patil@gmail.com>"
If you wanted to make it really seamless, you can also reset the date:
$ git commit --signoff --author="Aniket Patil <aniket112.patil@gmail.com>"
--date="Thu, 29 Oct 2020 22:39:49 +0530"