Skip to content

Commit a517b40

Browse files
authored
Merge pull request #344 from SergeiKuznetsov/bugfix/contributors
Подправлена генерация списка участников
2 parents 4d03bf0 + a7e38e4 commit a517b40

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.mailmap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
Jean-Noël Avila <[email protected]>
22
Scott Chacon <[email protected]>
3-
Sanders Kleinfeld <[email protected]>
3+
Sanders Kleinfeld <[email protected]>
4+
Andre Polykanine <[email protected]>
5+
Sergey Solomein <[email protected]>

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace :book do
1717
date_string = Time.now.strftime("%Y-%m-%d")
1818
params = "--attribute revnumber='#{version_string}' --attribute revdate='#{date_string}'"
1919
puts "Generating contributors list"
20-
`git shortlog -s | grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
20+
`git shortlog -s | grep -v -E "(Straub|Chacon|dependabot)" | cut -f 2- | column -c 96 > book/contributors.txt`
2121

2222
puts "Converting to HTML..."
2323
`bundle exec asciidoctor #{params} -a data-uri progit.asc`

book/contributors.asc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[preface]
2-
== Contributors
2+
== Участники
33

4-
Since this is an Open Source book, we have gotten several errata and content changes donated over the years.
5-
Here are all the people who have contributed to the Russian version of Pro Git as an open source project.
6-
Thank you everyone for helping make this a better book for everyone.
4+
Поскольку эта книга Open Source, на протяжении многих лет мы получаем замечания об опечатках и другие доработки.
5+
Здесь собраны все люди, которые внесли свой вклад в русскую версию Pro Git как проекта с открытым исходным кодом.
6+
Спасибо всем за то, что помогли сделать эту книгу лучше.
77

88
[source,tabsize=8]
99
----

0 commit comments

Comments
 (0)