why skip the merge commits?
Posted Feb 21, 2007 2:35 UTC (Wed) by
corbet (editor, #1)
In reply to:
why skip the merge commits? by dlang
Parent article:
Who wrote 2.6.20?
There's no useful information in the merges - at least, for the depth I have gone to so far. They do carry information on the path patches took into the kernel, but they do not, themselves, carry any code changes. If you look at the short-form 2.6.20 changelog, you'll see a lot of lines like:
Merge git://git.kernel.org/.../bunk/trivial
Merge git://git.kernel.org/.../sfrench/cifs-2.6
Merge master.kernel.org:/.../gregkh/driver-2.6
Merge master.kernel.org:/.../gregkh/pci-2.6
Merge master.kernel.org:/.../gregkh/usb-2.6
They only indicate that the trees came together at that point.
(
Log in to post comments)