From 3e1543dc3eac8d5fd06574f350703cfcf1f94558 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 12 Nov 2020 00:08:27 -0500 Subject: [PATCH] Updates links to main branch --- BACKERS.md | 4 +- CHANGELOG.md | 2 +- README.md | 70 +++++++++++----------- src/messages.ts | 2 +- src/webviews/apps/settings/partials/blame.html | 2 +- src/webviews/apps/settings/partials/changes.html | 2 +- src/webviews/apps/settings/partials/code-lens.html | 2 +- .../apps/settings/partials/current-line.html | 2 +- src/webviews/apps/settings/partials/heatmap.html | 2 +- src/webviews/apps/settings/partials/hovers.html | 2 +- src/webviews/apps/settings/partials/modes.html | 2 +- .../apps/settings/partials/status-bar.html | 2 +- .../apps/settings/partials/views.branches.html | 2 +- .../apps/settings/partials/views.commits.html | 2 +- .../apps/settings/partials/views.contributors.html | 2 +- .../apps/settings/partials/views.file-history.html | 2 +- src/webviews/apps/settings/partials/views.html | 2 +- .../apps/settings/partials/views.line-history.html | 2 +- .../apps/settings/partials/views.remotes.html | 2 +- .../apps/settings/partials/views.repositories.html | 2 +- .../settings/partials/views.searchAndCompare.html | 2 +- .../apps/settings/partials/views.stashes.html | 2 +- .../apps/settings/partials/views.tags.html | 2 +- src/webviews/apps/settings/settings.html | 4 +- src/webviews/apps/welcome/welcome.html | 2 +- 25 files changed, 61 insertions(+), 61 deletions(-) diff --git a/BACKERS.md b/BACKERS.md index f1c80cf..479b681 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -8,11 +8,11 @@ CodeStream Logo — Pull Requests and Code Reviews in your IDE

- Embark Studios Logo + Embark Studios Logo

- Crésus Logo + Crésus Logo

## User Sponsors diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e71f47..573ea5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - The _Repositories_ view can be re-enabled by setting `"gitlens.views.repositories.enabled": true` or via the GitLens Interactive Settings - Adds links to the integrated terminal for commits, branches, and tags — to quickly jump to more details - Adds an all-new custom editor for rebasing (TODO: more details & image) - ![Rebase Editor](https://raw.githubusercontent.com/eamodio/vscode-gitlens/develop/images/docs/rebase-editor.gif) + ![Rebase Editor](https://raw.githubusercontent.com/eamodio/vscode-gitlens/main/images/docs/rebase.gif) - Includes drag & drop support - (PREVIEW) Adds Pull Request information to line annotations and hovers (TODO: more details & image) - Adds improved autolinks support diff --git a/README.md b/README.md index f8bda04..aa07d77 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@


- GitLens Logo + GitLens Logo

> GitLens **supercharges** the Git capabilities built into Visual Studio Code. It helps you to **visualize code authorship** at a glance via Git blame annotations and code lens, **seamlessly navigate and explore** Git repositories, **gain valuable insights** via powerful comparison commands, and so much more.


- What's New in GitLens 11 Button + What's New in GitLens 11 Button

## Sponsor GitLens @@ -23,7 +23,7 @@ CodeStream Logo — Pull Requests and Code Reviews in your IDE

- Embark Studios Logo + Embark Studios Logo

If you find GitLens useful, please consider [**sponsoring**](https://gitlens.amod.io/#sponsor) it. Also please [write a review](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens#review-details 'Write a review'), [star me on GitHub](https://github.com/eamodio/vscode-gitlens 'Star me on GitHub'), and [follow me on Twitter](https://twitter.com/eamodio 'Follow me on Twitter') @@ -63,7 +63,7 @@ Here are just some of the **features** that GitLens provides,


- GitLens Preview + GitLens Preview

@@ -72,7 +72,7 @@ Here are just some of the **features** that GitLens provides, ## Current Line Blame [#](#current-line-blame- 'Current Line Blame')

- Current Line Blame + Current Line Blame

- Adds an unobtrusive, [customizable](#current-line-blame-settings- 'Jump to the Current Line Blame settings'), and [themable](#themable-colors- 'Jump to the Themable Colors'), **blame annotation** at the end of the current line @@ -82,7 +82,7 @@ Here are just some of the **features** that GitLens provides, ## Git Code Lens [#](#git-code-lens- 'Git Code Lens')

- Git Code Lens + Git Code Lens

- Adds Git authorship **code lens** to the top of the file and on code blocks ([optional](#git-code-lens-settings- 'Jump to the Git Code Lens settings'), on by default) @@ -107,7 +107,7 @@ Here are just some of the **features** that GitLens provides, ## Status Bar Blame [#](#status-bar-blame- 'Status Bar Blame')

- Status Bar Blame + Status Bar Blame

- Adds a [customizable](#status-bar-settings- 'Jump to the Status Bar Blame settings') **Git blame annotation** about the current line to the **status bar** ([optional](#status-bar-settings- 'Jump to the Status Bar Blame settings'), on by default) @@ -130,7 +130,7 @@ Here are just some of the **features** that GitLens provides, ### Current Line Hovers

- Current Line Hovers + Current Line Hovers

- Adds [customizable](#hover-settings- 'Jump to the Hover settings') Git blame hovers accessible over the current line @@ -138,7 +138,7 @@ Here are just some of the **features** that GitLens provides, #### Details Hover

- Current Line Details Hover + Current Line Details Hover

- Adds a **details hover** annotation to the current line to show more commit details ([optional](#hover-settings- 'Jump to the Hover settings'), on by default) @@ -149,7 +149,7 @@ Here are just some of the **features** that GitLens provides, #### Changes (diff) Hover

- Current Line Changes (diff) Hover + Current Line Changes (diff) Hover

- Adds a **changes (diff) hover** annotation to the current line to show the line's previous version ([optional](#hover-settings- 'Jump to the Hover settings'), on by default) @@ -159,7 +159,7 @@ Here are just some of the **features** that GitLens provides, ### Annotation Hovers

- Annotation Hovers + Annotation Hovers

- Adds [customizable](#hover-settings- 'Jump to the Hover settings') Git blame hovers accessible when annotating @@ -167,7 +167,7 @@ Here are just some of the **features** that GitLens provides, ### Details Hover

- Annotations Details Hover + Annotations Details Hover

- Adds a **details hover** annotation to each line while annotating to show more commit details ([optional](#hover-settings- 'Jump to the Hover settings'), on by default) @@ -178,7 +178,7 @@ Here are just some of the **features** that GitLens provides, ### Changes (diff) Hover

- Annotations Changes (diff) Hover + Annotations Changes (diff) Hover

- Adds a **changes (diff) hover** annotation to each line while annotating to show the line's previous version ([optional](#hover-settings- 'Jump to the Hover settings'), on by default) @@ -190,7 +190,7 @@ Here are just some of the **features** that GitLens provides, ### Commits view [#](#commits-view- 'Commits view')

- Commits view + Commits view

A [customizable](#commits-view-settings- 'Jump to the Commits view settings') view to visualize, explore, and manage Git commits @@ -216,7 +216,7 @@ The _Commits_ view lists all of the commits on the current branch, and additiona ### File History view [#](#file-history-view- 'File History view')

- File History view + File History view

A [customizable](#file-history-view-settings- 'Jump to the File History view settings') view to visualize, navigate, and explore the revision history of the current file or just the selected lines of the current file @@ -234,7 +234,7 @@ The file history view lists all of the commits that changed the current file on ### Branches view [#](#branches-view- 'Branches view')

- Branches view + Branches view

A [customizable](#branches-view-settings- 'Jump to the Branches view settings') view to visualize, explore, and manage Git branches @@ -264,7 +264,7 @@ The _Branches_ view lists all of the local branches, and additionally provides, ### Remotes view [#](#remotes-view- 'Remotes view')

- Remotes view + Remotes view

A [customizable](#remotes-view-settings- 'Jump to the Remotes view settings') view to visualize, explore, and manage Git remotes and remote branches @@ -280,7 +280,7 @@ The _Remotes_ view lists all of the remotes and their remote branches, and addit ### Stashes view [#](#stashes-view- 'Stashes view')

- Stashes view + Stashes view

A [customizable](#stashes-view-settings- 'Jump to the Stashes view settings') view to visualize, explore, and manage Git stashes @@ -294,7 +294,7 @@ The _Stashes_ view lists all of the stashes, and additionally provides, ### Tags view [#](#tags-view- 'Tags view')

- Tags view + Tags view

A [customizable](#tags-view-settings- 'Jump to the Tags view settings') view to visualize, explore, and manage Git tags @@ -309,7 +309,7 @@ The _Tags_ view lists all of the tags, and additionally provides, ### Contributors view [#](#contributors-view- 'Contributors view')

- Contributors view + Contributors view

A [customizable](#contributors-view-settings- 'Jump to the Contributors view settings'), but hidden by default, view to visualize, navigate, and explore contributors @@ -323,7 +323,7 @@ The _Contributors_ view lists all of the contributors, and additionally provides ### Search & Compare view [#](#search-&-compare-view- 'Search & Compare view')

- Search & Compare view + Search & Compare view

A [customizable](#search-&-compare-view-settings- 'Jump to the Search & Compare view settings'), hidden by default, view to search and explore commit histories by message, author, files, id, etc, or visualize comparisons between @@ -360,7 +360,7 @@ The _Search & Compare_ view lists pinnable (saved) results for searching commit ### Repositories view [#](#repositories-view- 'Repositories view')

- Repositories view + Repositories view

A [customizable](#repositories-view-settings- 'Jump to the Repositories view settings'), hidden by default (as it has been superseded by the new views), view to visualize, navigate, and explore Git repositories @@ -396,7 +396,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ## Gutter Blame [#](#gutter-blame- 'Gutter Blame')

- Gutter Blame + Gutter Blame

- Adds on-demand, [customizable](#gutter-blame-settings- 'Jump to the Gutter Blame settings'), and [themable](#themable-colors- 'Jump to the Themable Colors'), **gutter blame annotations** for the whole file @@ -409,7 +409,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ## Gutter Changes [#](#changes- 'Gutter Changes')

- Gutter Changes + Gutter Changes

- Adds an on-demand, [customizable](#gutter-changes-settings- 'Jump to the Gutter Changes settings') and [themable](#themable-colors- 'Jump to the Themable Colors'), **gutter changes annotation** to highlight any local (unpublished) changes or lines changed by the most recent commit @@ -419,7 +419,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ## Gutter Heatmap [#](#gutter-heatmap- 'Gutter Heatmap')

- Gutter Heatmap + Gutter Heatmap

- Adds an on-demand **heatmap** to the edge of the gutter to show how recently lines were changed @@ -431,7 +431,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ## Git Command Palette [#](#git-command-palette- 'Git Command Palette')

- Git Command Palette + Git Command Palette

- Adds a [customizable](#git-command-palette-settings- 'Jump to the Git Command Palette settings') _Git Command Palette_ command (`gitlens.gitCommands`) to provide guided (step-by-step) access to many common Git commands @@ -440,7 +440,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ## Interactive Rebase Editor [#](#interactive-rebase-editor- 'Interactive Rebase Editor')

- Interactive Rebase Editor + Interactive Rebase Editor

- Adds a custom, user-friendly interactive rebase editor to more easily configure an interactive rebase session @@ -477,7 +477,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ### Branch History

- Branch History Quick Pick Menu + Branch History Quick Pick Menu

- Adds a _Show Current Branch History_ command (`gitlens.showQuickRepoHistory`) with a shortcut of `shift+alt+h` to show a paged **branch history quick pick menu** of the current branch for exploring its commit history @@ -490,7 +490,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ### File History

- File History Quick Pick Menu + File History Quick Pick Menu

- Adds a _Show File History_ command (`gitlens.showQuickFileHistory`) to show a paged **file history quick pick menu** of the current file for exploring its commit history @@ -501,7 +501,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ### Commit Details

- Commit Details Quick Pick Menu + Commit Details Quick Pick Menu

- Adds a _Show Commit_ command (`gitlens.showQuickCommitDetails`) to show a **commit details quick pick menu** of the most recent commit of the current file @@ -512,7 +512,7 @@ The Repositories view lists opened Git repositories, and additionally provides, - Use the `alt+right arrow` shortcut on a file entry in the `Changed Files` section to preview the comparison of the current revision with the previous one

- Commit File Details Quick Pick Menu + Commit File Details Quick Pick Menu

- Adds a _Show Commit File Details_ command (`gitlens.showQuickCommitFileDetails`) with a shortcut of `alt+c` to show a **file commit details quick pick menu** of the most recent commit of the current file @@ -523,7 +523,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ### Repository Status

- Repository Status Quick Pick Menu + Repository Status Quick Pick Menu

- Adds a _Show Repository Status_ command (`gitlens.showQuickRepoStatus`) with a shortcut of `alt+s` to show a **repository status quick pick menu** for visualizing the current repository status @@ -538,7 +538,7 @@ The Repositories view lists opened Git repositories, and additionally provides, ### Stashes

- Stashes Quick Pick Menu + Stashes Quick Pick Menu

- Adds a _Show Stashes_ command (`gitlens.showQuickStashList`) to show a **stashes quick pick menu** for exploring your repository stash history @@ -550,7 +550,7 @@ The Repositories view lists opened Git repositories, and additionally provides, #### Stash Details

- Stash Details Quick Pick Menu + Stash Details Quick Pick Menu

- Stashes show a **stash details quick pick menu** which is very similar to the **commit details quick pick menu** above @@ -597,7 +597,7 @@ The Repositories view lists opened Git repositories, and additionally provides, # Configuration

- GitLens Interactive Settings + GitLens Interactive Settings

GitLens has a built-in **interactive settings editor** which provides an easy-to-use interface to configure many of GitLens' powerful features. It can be accessed via the _GitLens: Open Settings_ (`gitlens.showSettingsPage`) command from the [_Command Palette_](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette). diff --git a/src/messages.ts b/src/messages.ts index 26413a9..783117c 100644 --- a/src/messages.ts +++ b/src/messages.ts @@ -109,7 +109,7 @@ export class Messages { if (result === actions[0]) { await env.openExternal(Uri.parse('https://gitlens.amod.io/#whats-new')); } else if (result === actions[1]) { - await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens/blob/master/CHANGELOG.md')); + await env.openExternal(Uri.parse('https://github.com/eamodio/vscode-gitlens/blob/main/CHANGELOG.md')); } else if (result === actions[2]) { await env.openExternal(Uri.parse('https://gitlens.amod.io/#sponsor')); } diff --git a/src/webviews/apps/settings/partials/blame.html b/src/webviews/apps/settings/partials/blame.html index d3f843a..3bb9622 100644 --- a/src/webviews/apps/settings/partials/blame.html +++ b/src/webviews/apps/settings/partials/blame.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/changes.html b/src/webviews/apps/settings/partials/changes.html index 4cf774f..43f614b 100644 --- a/src/webviews/apps/settings/partials/changes.html +++ b/src/webviews/apps/settings/partials/changes.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/code-lens.html b/src/webviews/apps/settings/partials/code-lens.html index 28cb501..3516689 100644 --- a/src/webviews/apps/settings/partials/code-lens.html +++ b/src/webviews/apps/settings/partials/code-lens.html @@ -6,7 +6,7 @@ diff --git a/src/webviews/apps/settings/partials/current-line.html b/src/webviews/apps/settings/partials/current-line.html index cceeceb..e12cf61 100644 --- a/src/webviews/apps/settings/partials/current-line.html +++ b/src/webviews/apps/settings/partials/current-line.html @@ -12,7 +12,7 @@ diff --git a/src/webviews/apps/settings/partials/heatmap.html b/src/webviews/apps/settings/partials/heatmap.html index 72219f1..c23cfd1 100644 --- a/src/webviews/apps/settings/partials/heatmap.html +++ b/src/webviews/apps/settings/partials/heatmap.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/hovers.html b/src/webviews/apps/settings/partials/hovers.html index cd252c8..ed05245 100644 --- a/src/webviews/apps/settings/partials/hovers.html +++ b/src/webviews/apps/settings/partials/hovers.html @@ -6,7 +6,7 @@ diff --git a/src/webviews/apps/settings/partials/modes.html b/src/webviews/apps/settings/partials/modes.html index b2d595f..202d896 100644 --- a/src/webviews/apps/settings/partials/modes.html +++ b/src/webviews/apps/settings/partials/modes.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/status-bar.html b/src/webviews/apps/settings/partials/status-bar.html index 1ff5500..8591952 100644 --- a/src/webviews/apps/settings/partials/status-bar.html +++ b/src/webviews/apps/settings/partials/status-bar.html @@ -6,7 +6,7 @@ diff --git a/src/webviews/apps/settings/partials/views.branches.html b/src/webviews/apps/settings/partials/views.branches.html index 0336973..3750d3c 100644 --- a/src/webviews/apps/settings/partials/views.branches.html +++ b/src/webviews/apps/settings/partials/views.branches.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/views.commits.html b/src/webviews/apps/settings/partials/views.commits.html index bc01eb9..29f42dd 100644 --- a/src/webviews/apps/settings/partials/views.commits.html +++ b/src/webviews/apps/settings/partials/views.commits.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/views.contributors.html b/src/webviews/apps/settings/partials/views.contributors.html index 54e9442..3d2d48c 100644 --- a/src/webviews/apps/settings/partials/views.contributors.html +++ b/src/webviews/apps/settings/partials/views.contributors.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/views.file-history.html b/src/webviews/apps/settings/partials/views.file-history.html index ec381d2..075e56b 100644 --- a/src/webviews/apps/settings/partials/views.file-history.html +++ b/src/webviews/apps/settings/partials/views.file-history.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/views.html b/src/webviews/apps/settings/partials/views.html index 7a31721..f0e6e8b 100644 --- a/src/webviews/apps/settings/partials/views.html +++ b/src/webviews/apps/settings/partials/views.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/views.line-history.html b/src/webviews/apps/settings/partials/views.line-history.html index 156767a..0d07373 100644 --- a/src/webviews/apps/settings/partials/views.line-history.html +++ b/src/webviews/apps/settings/partials/views.line-history.html @@ -6,7 +6,7 @@ diff --git a/src/webviews/apps/settings/partials/views.remotes.html b/src/webviews/apps/settings/partials/views.remotes.html index 4808d5a..52482db 100644 --- a/src/webviews/apps/settings/partials/views.remotes.html +++ b/src/webviews/apps/settings/partials/views.remotes.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/views.repositories.html b/src/webviews/apps/settings/partials/views.repositories.html index b3a06a3..07ea47f 100644 --- a/src/webviews/apps/settings/partials/views.repositories.html +++ b/src/webviews/apps/settings/partials/views.repositories.html @@ -6,7 +6,7 @@ diff --git a/src/webviews/apps/settings/partials/views.searchAndCompare.html b/src/webviews/apps/settings/partials/views.searchAndCompare.html index 7716d46..7b13fe2 100644 --- a/src/webviews/apps/settings/partials/views.searchAndCompare.html +++ b/src/webviews/apps/settings/partials/views.searchAndCompare.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/views.stashes.html b/src/webviews/apps/settings/partials/views.stashes.html index d40929e..5b8743d 100644 --- a/src/webviews/apps/settings/partials/views.stashes.html +++ b/src/webviews/apps/settings/partials/views.stashes.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/partials/views.tags.html b/src/webviews/apps/settings/partials/views.tags.html index 58d8627..a651bd1 100644 --- a/src/webviews/apps/settings/partials/views.tags.html +++ b/src/webviews/apps/settings/partials/views.tags.html @@ -5,7 +5,7 @@ diff --git a/src/webviews/apps/settings/settings.html b/src/webviews/apps/settings/settings.html index b51ac8b..c09ba44 100644 --- a/src/webviews/apps/settings/settings.html +++ b/src/webviews/apps/settings/settings.html @@ -200,7 +200,7 @@ For advanced customizations, refer to the GitLens docs and edit your @@ -476,7 +476,7 @@

Help