Skip to content

Commit

Permalink
Update Git documentation (2.31.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterEnoc committed Mar 21, 2021
1 parent cba8e5e commit 867c3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/javascripts/templates/pages/about_tmpl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ credits = [
'https://www.gnu.org/licenses/fdl-1.3.en.html'
], [
'Git',
'2012-2018 Scott Chacon and others',
'2012-2021 Scott Chacon and others',
'MIT',
'https://raw.githubusercontent.com/git/git-scm.com/master/MIT-LICENSE.txt'
], [
Expand Down
4 changes: 2 additions & 2 deletions lib/docs/scrapers/git.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Docs
class Git < UrlScraper
self.type = 'git'
self.release = '2.30.0'
self.release = '2.31.0'
self.base_url = 'https://git-scm.com/docs'
self.initial_paths = %w(/git.html)
self.links = {
Expand All @@ -16,7 +16,7 @@ class Git < UrlScraper
options[:skip] = %w(/howto-index.html)

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

Expand Down

0 comments on commit 867c3b2

Please sign in to comment.