Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-883

commit-msg disallows common reference tags

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • Lustre 2.2.0
    • Lustre 2.2.0
    • None
    • Development -- the commit validation script disallows "Reviewed-By:" tags at the end of the commit message
    • 4723

      The code needs to be extended to add these tags:

      + readonly INNOCUOUS='^('$(
      + echo \
      + Acked-by \
      + Tested-by \
      + CC \
      + Reported-by \
      + Reviewed-by \
      + | sed 's/ /|/g'
      + )'):'

      and to be able to add more in a trivial fashion.
      Adding to this echo list should be trivial enough.

            adilger Andreas Dilger
            bkorb Bruce Korb (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: