From 6b10a89d6f560dec4202e2a56700f3d35c4fb879 Mon Sep 17 00:00:00 2001 From: Valentin Kovbas Date: Thu, 10 Oct 2024 15:19:15 +0200 Subject: [PATCH 1/2] Update README.md A typo (redundant :) is removed from "Default value" for gitblame.commitUrl. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ecdc6..ea5c6ee 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Git Blame works very well with WSL but does not work with the web browser based ### `gitblame.commitUrl` > Type: `string` -> Default value: `"${tool.protocol}://${gitorigin.hostname}${gitorigin.port}${gitorigin.path}${tool.basepath}/${hash}"` +> Default value: `"${tool.protocol}//${gitorigin.hostname}${gitorigin.port}${gitorigin.path}${tool.basepath}/${hash}"` Url where you can see the commit by hash From a4ce2e8efd7b4e118f1ef41de07c2c56c0780c3f Mon Sep 17 00:00:00 2001 From: Valentin Kovbas Date: Thu, 10 Oct 2024 15:28:07 +0200 Subject: [PATCH 2/2] Update README.md Default value of gitblame.commitUrl was revisited and fixed according to an actual value. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea5c6ee..eb69fbb 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Git Blame works very well with WSL but does not work with the web browser based ### `gitblame.commitUrl` > Type: `string` -> Default value: `"${tool.protocol}//${gitorigin.hostname}${gitorigin.port}${gitorigin.path}${tool.basepath}/${hash}"` +> Default value: `"${tool.protocol}//${gitorigin.hostname}${gitorigin.port}${gitorigin.path}${tool.commitpath}${hash}"` Url where you can see the commit by hash