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.
1 parent fb26f2b commit 09e8489Copy full SHA for 09e8489
Rakefile
@@ -3,7 +3,7 @@ namespace :book do
3
task :build do
4
5
puts "Generating contributors list"
6
- `git shortlog -s --all| grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
+ `git shortlog -s master| grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
7
8
puts "Converting to HTML..."
9
`bundle exec asciidoctor progit.asc`
0 commit comments