I've got one big diff of code up for review, but it really should be split into two separate diffs.
There are many commits associated with each diff, and I could figure out which one (mostly) splits the string of commits into the two different tasks, although a cleaner split would be based on file names (i.e. N files are associated w/ task-1, and M other files are associated w/ task-2).
Is there a simple way to do this (either by commit or files)? Thanks!
You should use patches for this purpose.
How to do it?