[git patches] 2.6.x libata fixes
From: Jeff Garzik <hidden>
Date: 2005-05-17 15:50:10
Also in:
lkml
Attachments
- libata-2.6.txt [text/plain] 6474 bytes · preview
- git-changes-script [text/plain] 2373 bytes · preview
From: Jeff Garzik <hidden>
Date: 2005-05-17 15:50:10
Also in:
lkml
Here are some moderately important libata fixes. Please pull the master (HEAD) branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-2.6.git Review contents (diffstat/changelog/patch) attached to this email. I'm still new to git, so pull carefully. :) Three git-related comments: 1) James Bottomley's git-changes-script is darned useful, for this ex-BitKeeper user. I've attached it. 2) What is the preferred way to generate a 'for Linus' diff? I used to BitKeeper's "repogca" feature to find the GCA for the diff. Currently I manually attempt to discern the GCA, and then manually run git-diff-tree -p $gca .git/HEAD 3) Note that my object database is not pruned. When I used git-pull-script to locally merge my libata-dev.git#misc-fixes branch into libata-2.6.git, it pulled all the objects in libata-dev. I was too slack to bother with pruning libata-2.6.git, knowing that eventually the other changesets will make their way upstream. Regards, Jeff