Skip to content

Commit 6ebe4fd

Browse files
committed
Update Git documentation (2.53.0)
1 parent a83eb55 commit 6ebe4fd

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.52.0'
4+
self.release = '2.53.0'
55
self.base_url = 'https://git-scm.com/docs'
66
self.initial_paths = %w(
77
/git.html
@@ -41,12 +41,12 @@ class Git < UrlScraper
4141

4242
options[:container] = '#content'
4343
options[:only_patterns] = [/\A\/[^\/]+\z/]
44-
options[:skip] = %w(/howto-index.html)
44+
options[:skip] = %w(/api-index /howto-index)
4545

4646
# https://github.com/git/git?tab=License-1-ov-file#readme
4747
# NOT https://github.com/git/git-scm.com/blob/gh-pages/MIT-LICENSE.txt
4848
options[:attribution] = <<-HTML
49-
&copy; 2005&ndash;2025 Linus Torvalds and others<br>
49+
&copy; 2005&ndash;2026 Linus Torvalds and others<br>
5050
Licensed under the GNU General Public License version 2.
5151
HTML
5252

0 commit comments

Comments
 (0)