Hi, On Thu, 10 Jan 2008, Deepak Saxena wrote: > We are using git to manage our kernel tree and we often cherry-pick > patches from upstream and while we want to save the original commit > message, we also want to apply our default commit header to the log. If > this patch is not the ideal solution, please let me know how I should go > about this. I would do a combination of "cherry-pick -n", "cat-file commit <commit> | sed '1,/^$/d'" and "commit -F" or "commit -f". You can make this an alias, too. Hth, Dscho - 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