fix authors

This commit is contained in:
David Dollar
2012-01-22 21:38:17 -05:00
parent 09e9cefa3a
commit 41d9050ae3
2 changed files with 6 additions and 36 deletions

View File

@@ -51,6 +51,11 @@ task :pages => "man:commit" do
}
end
task :authors do
authors = %x{ git log --pretty=format:"%an" | sort -u }.split("\n")
puts authors.join(", ")
end
## dist
require "erb"