• Stefan Tauner's avatar
    Convert flashrom to git · f5dd7ce1
    Stefan Tauner authored
     - Drop support for Subversion in the getrevision script and Makefile.
     - Add .gitignore and .gitattributes file (the latter to limit exports).
     - Restore modification dates of the exported files from the SCM.
     - Stop exporting SCM log dumps to CHANGELOG. This makes no sense.
     - Remove djgpp-dos target (it is not different to other x-compilations).
     - Do not export the pre-"compiled" manpage. It can be generated like
       anything else from the code dump when we export the respective variable.
       The latter is added with this change.
     - Add some initial client-side git hooks
       * When committing check for obvious stuff you never want anyway:
         - white space errors
         - duplicate sign-offs
       * When pushing to the upstream repository check mandatory rules:
          - existing signoffs and acks in all new commits
          - no deletions or creation of branches
          - do not rewrite history of the precious branches, even if forced
     - Change version string of flashrom as follows.
       Prev...
    f5dd7ce1
getrevision.sh 11.3 KB