[LinuxPPS] delay through the irq code
Bernhard Schiffner
bernhard at schiffner-limbach.de
Tue Apr 15 08:20:53 CEST 2008
Am Montag, 14. April 2008 19:31 schrieb James Boddington:
> I am using a git repository. Doing a 'git diff' for one patch of all
> changes is the limit of what I know. With git I don't know how to
> generate 1 little patch for each change.
Take the complete diff.
Split it into (topic-)pieces manualy.
Apply one by one to a reseted branch.
Make the according git-commit for each sub-patch.
(This only suffers because the lines in the big patch are perhaps a little
different for the broken-out pieces.)
If you want to public your patches think about to rebase them to a commonly
available base.
Bernhard
More information about the LinuxPPS
mailing list