mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
3 lines
118 B
Bash
Executable file
3 lines
118 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
git log --format=format:"%aN <%aE>" | grep -v "54d463be-8e91-2dee-dedb-b68131a5f0ec" | sort | uniq
|