Skip to content

Commit 5d8d84c

Browse files
committed
Update Git documentation (2.16.2)
1 parent 405db8b commit 5d8d84c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

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.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-
&copy; 2005&ndash;2017 Linus Torvalds and others<br>
19+
&copy; 2005&ndash;2018 Linus Torvalds and others<br>
2020
Licensed under the GNU General Public License version 2.
2121
HTML
2222
end

0 commit comments

Comments
 (0)