Variable Commit.comment

struct Commit
{
  // ...
  string comment ;
  // ...
}