On Tue, Jun 9, 2009 at 5:53 AM, joe higton<draxil@xxxxxxxxx> wrote: > I want to merge changes from a branch but only to one file, I > don't want to pick up the changes from other files. I've scoured > google and the docs a bit but I can't find anything useful. Is this > possible? You might want to try just using git diff old-version new-version | patch -p1 (where old-version and new-version are the appropriate commit ids or branch names or whatever) And then committing the results. Have fun, Avery -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html