Skip to content

Commit 07d884a

Browse files
authored
Merge pull request #2305 from adamchainz/git_2.46.0
Update Git to 2.46.0
2 parents 501098a + 6e5dd89 commit 07d884a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/docs/scrapers/git.rb

Lines changed: 2 additions & 1 deletion
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 = {
@@ -15,6 +15,7 @@ class Git < UrlScraper
1515
options[:only_patterns] = [/\A\/[^\/]+\z/]
1616
options[:skip] = %w(/howto-index.html)
1717

18+
# https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt
1819
options[:attribution] = <<-HTML
1920
&copy; 2012&ndash;2024 Scott Chacon and others<br>
2021
Licensed under the MIT License.

0 commit comments

Comments
 (0)