Gentoo Archives: gentoo-dev

From: Rich Freeman <rich0@g.o>
To: gentoo-dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] Git workflow
Date: Sat, 04 Jul 2015 18:43:06
Message-Id: CAGfcS_kyduxs07p4oykmKpq5=-zmsopz5KXyu3Tpr4MVKrxyLw@mail.gmail.com
In Reply to: [gentoo-dev] Git workflow by "C Bergström"
1 On Sat, Jul 4, 2015 at 2:17 PM, C Bergström <cbergstrom@×××××××××.com> wrote:
2 >
3 > What I personally prefer is a rebase workflow.
4
5 The recommendation is to rebase when practical.
6
7 Rebasing makes the history look clean, but it sometimes does this by
8 obscuring the real history. It also discards original author commits
9 with their signatures and rewrites them without signatures (in theory
10 it could add new signatures if the person doing the rebase is the
11 author).
12
13
14 --
15 Rich

Replies

Subject Author
Re: [gentoo-dev] Git workflow "C Bergström" <cbergstrom@×××××××××.com>