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 = [
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 ], [
Original file line number Diff line number Diff line change 11module 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- © 2012–2018 Scott Chacon and others< br >
19+ © 2012–2021 Scott Chacon and others< br >
2020 Licensed under the MIT License.
2121 HTML
2222
You can’t perform that action at this time.
0 commit comments