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.
1 parent 086ce2b commit e7d7a14Copy full SHA for e7d7a14
1 file changed
lib/docs/scrapers/git.rb
@@ -1,7 +1,7 @@
1
module Docs
2
class Git < UrlScraper
3
self.type = 'git'
4
- self.release = '2.17.0'
+ self.release = '2.19.1'
5
self.base_url = 'https://git-scm.com/docs'
6
self.initial_paths = %w(/git.html)
7
self.links = {
0 commit comments