On Fri, Jan 11, 2008 at 11:47:37AM +0100, Michal Vitecek wrote: > Hello everyone, > > I'm managing a git repository where I include my and my co-workers' > work. With some co-workers I can use 'git merge' but with some I use > 'git cherry-pick'. However, cherry-picking leads to problems because a > new commit ID is generated and I must remember which patches I have > cherry-picked to my tree. Is there any easy way to tell which patches > have and have not been applied? > > Thanks, > Michal Have a look at the manpage of git-cherry, which will tell you if you already applied a commit/patch. -Peter - 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