We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cffb383 + b6cd0eb commit 1369e67Copy full SHA for 1369e67
Rakefile
@@ -53,7 +53,7 @@ namespace :book do
53
file 'book/contributors.txt' do
54
puts 'Generating contributors list'
55
sh "echo 'Contributors as of #{header_hash}:\n' > book/contributors.txt"
56
- sh "git shortlog -s HEAD | grep -v -E '(Straub|Chacon|dependabot)' | cut -f 2- | column -c 120 >> book/contributors.txt"
+ sh "git shortlog -s HEAD | grep -v -E '(Straub|Chacon|dependabot)' | cut -f 2- | sort | column -c 120 >> book/contributors.txt"
57
end
58
59
desc 'build HTML format'
0 commit comments