
24 Sep
2007
24 Sep
'07
10:47 a.m.
On Sun, 23 Sep 2007 22:58:57 -0600 "Grant Likely" grant.likely@secretlab.ca wrote:
- Make sure that patches which move files don't make changes to those
files at the same time; it makes it easier to review the changes.
And please remember to specify the -M option to git-format-patch. It will make the patches useless to non-git users, but they will be _so_ much easier to review...
Btw, if you use git-format-patch -M it is probably ok with minor changes to the file (fixing up includes, comments, etc.) since those are the only ones that will show up in the diff.
HÃ¥vard