Gentoo Archives: gentoo-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] package.deprecated: Create initial template
Date: Fri, 06 Dec 2019 17:58:56
Message-Id: d58a9aeb-b517-a708-2f84-26389920bd20@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] package.deprecated: Create initial template by Alexis Ballier
1 On 12/6/19 11:29 AM, Alexis Ballier wrote:
2 >
3 > Without good integration from the checker it is probably a PITA to
4 > figure out that 23 too
5
6 If you're reading through your commit log and if you see something
7 wrong, you can
8
9 $ git rebase -i <hash-of-commit-before-that>
10
11 to do a rebase starting at the one you'd like to fix.

Replies