[Patch] Clear pn2GasItem po2GasItem pheGasItem after log closed

Lubomir I. Ivanov neolit123 at gmail.com
Tue Mar 18 10:07:10 PDT 2014


On 18 March 2014 18:55, Long Wu <wulong at comp.nus.edu.sg> wrote:
> Ok, hope this time fixed after set noexpandtab..
>
> Sorry about making these mistakes. As this is my first time commit to open
> source project for gsoc:)
>

a useful git command to look into:

git rebase -i "HEAD~n"

where n is the number of commits you want to rebase.
it should open an interactive text editor input for you where you can
fixup (combine) / reword / reorder patches.

in this last particular case you could have "fixup" your last change
(use rea ltabs) with the commit that adds the 4-5 lines of code.
http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html

lubomir
--


More information about the subsurface mailing list