From 914b577dd4fd3b89215139b2a3f11f5df7899cc3 Mon Sep 17 00:00:00 2001 From: Gerard Roche Date: Sat, 20 May 2023 04:07:51 +0100 Subject: [PATCH] Add GitOpen https://github.com/gerardroche/sublime-git-open --- repository/g.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/repository/g.json b/repository/g.json index 8ba436ebb81..9959b7ce582 100644 --- a/repository/g.json +++ b/repository/g.json @@ -835,6 +835,16 @@ } ] }, + { + "name": "GitOpen", + "details": "https://github.com/gerardroche/sublime-git-open", + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "GitOpenChangedFiles", "details": "https://github.com/chrisbutcher/sublime3-gitopenchangedfiles",