Why git AuthorDate is different from CommitDate?

后端 未结 2 1004
深忆病人
深忆病人 2020-11-29 16:56

I lookup my git logs and find that the AuthorDate and CommitDate is slightly different for some of my commits:

commit 3a5912f90dc5227f308e99f95152fbee2301c59         


        
2条回答
  •  死守一世寂寞
    2020-11-29 17:40

    The author date on a commit is preserved on rebase / cherry-pick etc. But the commit date is changed.

提交回复
热议问题