On 05/20/2012 11:50 PM, MORITA Kazutaka wrote: > Applied, thanks! > > When you add the comment which shouldn't be added to the commmit log, > pleese put them below '---' next time so that git-am can remove them. Humm, doesn't 'git am --scissors' do the trick? git should know how to deal with scissor lines like '---- >8 ----'. I learn it from git format-patch --help. Thanks, Yuan |