Skip to content

Commit c8cc8d5

Browse files
committed
Clarifies docs on gitlens.advanced.git
1 parent 78eb68c commit c8cc8d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ See also [Explorer Settings](#explorer-settings "Jump to the Explorer settings")
630630
|`gitlens.advanced.blame.delayAfterEdit`|Specifies the time (in milliseconds) to wait before re-blaming an unsaved document after an edit. Use 0 to specify an infinite wait
631631
|`gitlens.advanced.blame.sizeThresholdAfterEdit`|Specifies the maximum document size (in lines) allowed to be re-blamed after an edit while still unsaved. Use 0 to specify no maximum
632632
|`gitlens.advanced.caching.enabled`|Specifies whether git output will be cached — changing the default is not recommended
633-
|`gitlens.advanced.git`|Specifies the git path to use
633+
|`gitlens.advanced.git`|Specifies the path to the git executable to use. Use as a last resort as GitLens will use the built-in `git.path` setting first
634634
|`gitlens.advanced.fileHistoryFollowsRenames`|Specifies whether file histories will follow renames -- will affect how merge commits are shown in histories
635635
|`gitlens.advanced.maxListItems`|Specifies the maximum number of items to show in a list. Use 0 to specify no maximum
636636
|`gitlens.advanced.menus`|Specifies which commands will be added to which menus

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@
812812
"gitlens.advanced.git": {
813813
"type": "string",
814814
"default": null,
815-
"description": "Specifies the git path to use",
815+
"description": "Specifies the path to the git executable to use. Use as a last resort as GitLens will use the built-in `git.path` setting first",
816816
"scope": "window"
817817
},
818818
"gitlens.advanced.fileHistoryFollowsRenames": {

0 commit comments

Comments
 (0)