Skip to content

Commit

Permalink
Update Git documentation (2.46.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Aug 18, 2024
1 parent cebf9fa commit 92527a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.43.1'
self.release = '2.46.0'
self.base_url = 'https://git-scm.com/docs'
self.initial_paths = %w(/git.html)
self.links = {
Expand All @@ -16,8 +16,8 @@ class Git < UrlScraper
options[:skip] = %w(/howto-index.html)

options[:attribution] = <<-HTML
&copy; 2012&ndash;2024 Scott Chacon and others<br>
Licensed under the MIT License.
&copy; 2005&ndash;2024 Linus Torvalds and others<br>
Licensed under the GNU General Public License version 2.
HTML

def get_latest_version(opts)
Expand Down

0 comments on commit 92527a3

Please sign in to comment.