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.
2 parents 501098a + 6e5dd89 commit 07d884aCopy full SHA for 07d884a
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 = {
@@ -15,6 +15,7 @@ class Git < UrlScraper
15
options[:only_patterns] = [/\A\/[^\/]+\z/]
16
options[:skip] = %w(/howto-index.html)
17
18
+ # https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt
19
options[:attribution] = <<-HTML
20
© 2012–2024 Scott Chacon and others<br>
21
Licensed under the MIT License.
0 commit comments