HI experts

my git log is something like
#git log

........................
........................

commit a83052d1f102341bb5931955658266882d7b8953
Author: Lei Yang <yanglei.f...@gmail.com>
Date:   Tue Dec 11 13:36:45 2012 +0800

    add testfileA2.add

commit b8558af3986384e657bfdbc48154830395b340c6
Author: Lei Yang <yanglei.f...@gmail.com>
Date:   Tue Dec 11 13:30:10 2012 +0800

    rm testfileA1.add

commit ad9d46d348542bb4b7d8d09fbe6b4a6548cb68ff
Merge: acaa35d aaa479a
Author: Lei Yang <yanglei.f...@gmail.com>
Date:   Tue Dec 11 13:37:01 2012 +0800

    Merge branch 'master' of github.com:leiyang/git_testA


I find "rm testfileA1.add" is wrong, I want to change it to "add
testfileA1.add", and DON'T leave "rm testfileA1.add" info in the
commit log
Is it possible?

Lei

-- 


Reply via email to