Skip to content

Commit 9e6e937

Browse files
committed
Update Git to 2.46.0
1 parent cebf9fa commit 9e6e937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/docs/scrapers/git.rb

Lines changed: 3 additions & 3 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.43.1'
4+
self.release = '2.46.0'
55
self.base_url = 'https://git-scm.com/docs'
66
self.initial_paths = %w(/git.html)
77
self.links = {
@@ -16,8 +16,8 @@ class Git < UrlScraper
1616
options[:skip] = %w(/howto-index.html)
1717

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

2323
def get_latest_version(opts)

0 commit comments

Comments
 (0)