Skip to content

Commit 867c3b2

Browse files
committed
Update Git documentation (2.31.0)
1 parent cba8e5e commit 867c3b2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ credits = [
318318
'https://www.gnu.org/licenses/fdl-1.3.en.html'
319319
], [
320320
'Git',
321-
'2012-2018 Scott Chacon and others',
321+
'2012-2021 Scott Chacon and others',
322322
'MIT',
323323
'https://raw.githubusercontent.com/git/git-scm.com/master/MIT-LICENSE.txt'
324324
], [

lib/docs/scrapers/git.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Git < UrlScraper
33
self.type = 'git'
4-
self.release = '2.30.0'
4+
self.release = '2.31.0'
55
self.base_url = 'https://git-scm.com/docs'
66
self.initial_paths = %w(/git.html)
77
self.links = {
@@ -16,7 +16,7 @@ class Git < UrlScraper
1616
options[:skip] = %w(/howto-index.html)
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2012&ndash;2018 Scott Chacon and others<br>
19+
&copy; 2012&ndash;2021 Scott Chacon and others<br>
2020
Licensed under the MIT License.
2121
HTML
2222

0 commit comments

Comments
 (0)