mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-16 23:19:28 +00:00
4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
# prints the list of contributors in markdown format
|
|
git log --pretty="[%an](mailto:%ae), " | sort -fu
|