Skip to content
  • swilmet's avatar
    AUTHORS update · 3a879961
    swilmet 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