File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ credits = [
318
318
' https://www.gnu.org/licenses/fdl-1.3.en.html'
319
319
], [
320
320
' Git' ,
321
- ' 2012-2018 Scott Chacon and others' ,
321
+ ' 2012-2021 Scott Chacon and others' ,
322
322
' MIT' ,
323
323
' https://raw.githubusercontent.com/git/git-scm.com/master/MIT-LICENSE.txt'
324
324
], [
Original file line number Diff line number Diff line change 1
1
module Docs
2
2
class Git < UrlScraper
3
3
self . type = 'git'
4
- self . release = '2.30 .0'
4
+ self . release = '2.31 .0'
5
5
self . base_url = 'https://git-scm.com/docs'
6
6
self . initial_paths = %w( /git.html )
7
7
self . links = {
@@ -16,7 +16,7 @@ class Git < UrlScraper
16
16
options [ :skip ] = %w( /howto-index.html )
17
17
18
18
options [ :attribution ] = <<-HTML
19
- © 2012–2018 Scott Chacon and others< br >
19
+ © 2012–2021 Scott Chacon and others< br >
20
20
Licensed under the MIT License.
21
21
HTML
22
22
You can’t perform that action at this time.
0 commit comments