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 43b3a02 commit 58e1804Copy full SHA for 58e1804
Rakefile
@@ -10,7 +10,7 @@ namespace :book do
10
File.open("progit.asc", "w") {|file| file.puts new_contents }
11
12
puts "Generating contributors list"
13
- `git shortlog -s master| grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
+ `git shortlog -s | grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
14
15
puts "Converting to HTML..."
16
`bundle exec asciidoctor progit.asc`
0 commit comments