File tree Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Expand file tree Collapse file tree 1 file changed +32
-4
lines changed Original file line number Diff line number Diff line change 1
1
module Docs
2
2
class Git < UrlScraper
3
3
self . type = 'git'
4
- self . release = '2.48.1 '
4
+ self . release = '2.50.0 '
5
5
self . base_url = 'https://git-scm.com/docs'
6
- self . initial_paths = %w( /git.html )
6
+ self . initial_paths = %w(
7
+ /git.html
8
+ /git-archimport.html
9
+ /git-cherry.html
10
+ /git-citool.html
11
+ /git-column.html
12
+ /git-cvsexportcommit.html
13
+ /git-for-each-repo.html
14
+ /git-get-tar-commit-id.html
15
+ /git-http-fetch.html
16
+ /git-http-push.html
17
+ /git-merge-file.html
18
+ /git-merge-index.html
19
+ /git-merge-one-file.html
20
+ /git-merge-tree.html
21
+ /git-mktree.html
22
+ /git-p4.html
23
+ /git-pack-redundant.html
24
+ /git-quiltimport.html
25
+ /git-replay.html
26
+ /git-sh-i18n.html
27
+ /git-sh-i18n--envsubst.html
28
+ /git-sh-setup.html
29
+ /git-show-index.html
30
+ /git-unpack-file.html
31
+ /git-verify-commit.html
32
+ /gitformat-index.html
33
+ /scalar.html
34
+ )
7
35
self . links = {
8
36
home : 'https://git-scm.com/' ,
9
37
code : 'https://github.com/git/git'
@@ -16,9 +44,9 @@ class Git < UrlScraper
16
44
options [ :skip ] = %w( /howto-index.html )
17
45
18
46
# https://github.com/git/git?tab=License-1-ov-file#readme
19
- # NOT https://github.com/git/git-scm.com/blob/main /MIT-LICENSE.txt
47
+ # NOT https://github.com/git/git-scm.com/blob/gh-pages /MIT-LICENSE.txt
20
48
options [ :attribution ] = <<-HTML
21
- © 2005–2024 Linus Torvalds and others< br >
49
+ © 2005–2025 Linus Torvalds and others< br >
22
50
Licensed under the GNU General Public License version 2.
23
51
HTML
24
52
You can’t perform that action at this time.
0 commit comments