File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ credits = [
277277 ' https://www.gnu.org/licenses/fdl-1.3.en.html'
278278 ], [
279279 ' Git' ,
280- ' 2005-2017 Linus Torvalds and others' ,
280+ ' 2005-2018 Linus Torvalds and others' ,
281281 ' GPLv2' ,
282282 ' https://raw.githubusercontent.com/git/git/master/COPYING'
283283 ], [
Original file line number Diff line number Diff line change 11module Docs
22 class Git < UrlScraper
33 self . type = 'git'
4- self . release = '2.15.1 '
4+ self . release = '2.16.2 '
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- © 2005–2017 Linus Torvalds and others< br >
19+ © 2005–2018 Linus Torvalds and others< br >
2020 Licensed under the GNU General Public License version 2.
2121 HTML
2222 end
You can’t perform that action at this time.
0 commit comments