Skip to content

Commit 09e8489

Browse files
committed
Only list contributors that were merged to master
1 parent fb26f2b commit 09e8489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace :book do
33
task :build do
44

55
puts "Generating contributors list"
6-
`git shortlog -s --all| grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
6+
`git shortlog -s master| grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
77

88
puts "Converting to HTML..."
99
`bundle exec asciidoctor progit.asc`

0 commit comments

Comments
 (0)