Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-7979

reviewboard's GUESS_FIELDS setting leads to redundant information in commit messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.6.0
    • None
    • 1

    Description

      Reviewboard can be set up to automatically guess a patch's summary and description when GUESS_FIELDS is set. For commits that have no dedicated description, it uses the commit summary as description as well. This leads to commits with redundant commit messages, e.g.,

      Frobnicated the foobarizer.
      
      Frobnicated the foobarizer.
      
      Review: https://reviews.apache.org/r/1234567890
      

      When applying this commit with e.g., apply_reviews.py the redundant body is faithfully copied, but we should consider updating it to instead remove the redundant information automatically leading to e.g.,

      Frobnicated the foobarizer.
      
      Review: https://reviews.apache.org/r/1234567890
      

      Attachments

        Activity

          People

            bbannier Benjamin Bannier
            bbannier Benjamin Bannier
            Till Toenshoff Till Toenshoff
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: