tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

gen_authors.sh (249B)


      1 #!/bin/bash
      2 
      3 # Add organization names manually.
      4 
      5 cat <<EOF
      6 # This file is automatically generated from the git commit history
      7 # by tools/gen_authors.sh.
      8 
      9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq | grep -v "corp.google\|clang-format")
     10 EOF