2019

Generating Commit Messages from Git Diffs

van Hal, S. R. P., Post, M., Wendel, K.

Understand

Commit messages aid developers in their understanding of a continuously evolving codebase.

  • However, developers not always document code changes properly.
  • Automatically generating commit messages would relieve this burden on developers.
  • Recently, a number of different works have demonstrated the feasibility of using methods from neural machine translation to generate commit messages.

Reading the bibliography…