Skip to content

Commit 154e00f

Browse files
committed
Display contributors on three columns
1 parent 2f6b50d commit 154e00f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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- > book/contributors.txt`
6+
`git shortlog -s --all| 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`

book/contributors.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Since this is an Open Source book, we have gotten several errata and content changes donated over the years. Here are all the people who have contributed to the English version of Pro Git as an open source project. Thank you everyone for helping make this a better book for everyone.
55

6-
[source]
6+
[source,tabsize=8]
77
----
88
include::contributors.txt[]
99
----

0 commit comments

Comments
 (0)