[U-Boot] [PATCH v2] AT91SAM9XE add embedded flash support

Alessandro Rubini rubini-list at gnudd.com
Mon Aug 9 09:43:19 CEST 2010


> Umm, the current branch would always have WIP.

Sure, me too.

> Always committing half done work to fix a problem in another branch
> seems tedious to me.

No, because you can use "git rebase -i" later, and thus squash together
different commits.  I have lots of "temporary" commits (which, btw,
allows me to push to the backup place).

Another useful tool is "git stash". It parks your current changes
so you can switch branches, and reapply the changes laster when you are
back (git stash apply).

/alessandro


More information about the U-Boot mailing list