[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cluttering the git tree
From: |
Ulf Jasper |
Subject: |
Re: Cluttering the git tree |
Date: |
Thu, 20 Nov 2014 20:01:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Achim Gratz <address@hidden> writes:
> Presumably there was some logic for you to do x, y and z in that order.
> If you squash, that gets lost to anyone reading the change. If you want
> to present a different logic now that you've implemented everything you
> should maybe rewrite your branch to t-u-v-w, but certainly not squash
> it. Unless it really is a trivial thing that should have been a single
> commit all along.
Yes, I was talking about trivial things that should be single commits.
Sorry that I did not make that clear.
I am used to do small steps, even for trivial things. Once the solution
is found it easy to go back and do one regular step instead. Nobody
wants to know how I have been stumbling around.
Ulf