Skip to content
  • Sébastien Wilmet's avatar
    AUTHORS update · 3a879961
    Sébastien Wilmet authored
    With git it's easy to know all the authors:
    $ git log --format="%an" --all | sort | uniq
    
    Between two releases:
    $ git log --format="%an" 2.3.0..2.3.1 | sort | uniq
    3a879961