|
|
@ -347,7 +347,7 @@ |
|
|
|
>toggles the file blame annotations</option |
|
|
|
> |
|
|
|
<option value="gitlens.diffWithPrevious" |
|
|
|
>compares the commit with the previous</option |
|
|
|
>opens changes with the previous revision</option |
|
|
|
> |
|
|
|
<option value="gitlens.revealCommitInView" |
|
|
|
>reveals the commit in the Repositories view</option |
|
|
@ -407,7 +407,7 @@ |
|
|
|
>toggles the file blame annotations</option |
|
|
|
> |
|
|
|
<option value="gitlens.diffWithPrevious" |
|
|
|
>compares the commit with the previous</option |
|
|
|
>opens changes with the previous revision</option |
|
|
|
> |
|
|
|
<option value="gitlens.revealCommitInView" |
|
|
|
>reveals the commit in the Repositories view</option |
|
|
@ -633,10 +633,16 @@ |
|
|
|
>toggles the file blame annotations</option |
|
|
|
> |
|
|
|
<option value="gitlens.diffWithPrevious" |
|
|
|
>compares the line revision with the previous</option |
|
|
|
>opens line changes with the previous revision</option |
|
|
|
> |
|
|
|
<option value="gitlens.diffWithWorking" |
|
|
|
>compares the line revision with the working file</option |
|
|
|
>opens line changes with the working file</option |
|
|
|
> |
|
|
|
<option value="gitlens.revealCommitInView" |
|
|
|
>reveals the commit in the Repositories view</option |
|
|
|
> |
|
|
|
<option value="gitlens.showCommitsInView" |
|
|
|
>shows the commit in the Search Commits view</option |
|
|
|
> |
|
|
|
<option value="gitlens.toggleCodeLens" |
|
|
|
>toggles the Git code lens</option |
|
|
|