We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebf9fa commit 9e6e937Copy full SHA for 9e6e937
lib/docs/scrapers/git.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Git < UrlScraper
3
self.type = 'git'
4
- self.release = '2.43.1'
+ self.release = '2.46.0'
5
self.base_url = 'https://git-scm.com/docs'
6
self.initial_paths = %w(/git.html)
7
self.links = {
@@ -16,8 +16,8 @@ class Git < UrlScraper
16
options[:skip] = %w(/howto-index.html)
17
18
options[:attribution] = <<-HTML
19
- © 2012–2024 Scott Chacon and others<br>
20
- Licensed under the MIT License.
+ © 2005–2024 Linus Torvalds and others<br>
+ Licensed under the GNU General Public License version 2.
21
HTML
22
23
def get_latest_version(opts)
0 commit comments