Regression Debugging:log + blame + bisect | Git

本章覆盖:introduce historical bug;reproduce;log;blame;`-S` / `-G`;bisect;automated test;locate first bad commit;show culprit diff;write root-cause note;verify fix does not rewrite evidence。

本章知识点

  • introduce historical bug
  • reproduce
  • log
  • blame
  • -S / -G
  • bisect
  • automated test
  • locate first bad commit
  • show culprit diff
  • write root-cause note
  • verify fix does not rewrite evidence