Skip to main content
Module

x/mongoose_history_trace/scripts/update_authors.sh

Plugin mongoose for history logs schemas
Go to Latest
File
#!/bin/shgit log --reverse --format='%aN <%aE>' | perl -we 'BEGIN {%seen = (), @authors = ();}while (<>) {next if $seen{$_};$seen{$_} = push @authors, $_;}END {print @authors;}' | sort | uniq > AUTHORS