Skip to content

Commit 861f641

Browse files
committed
Updates CHANGELOG
1 parent 97257d0 commit 861f641

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2828
- `alt+left right`, `ctrl+left right`, `cmd+left right` (macOS) — reveals the selected stash in the _Repositories_ view
2929
- Adds a new _reset_ command to reset current HEAD to a specified commit
3030
- Adds a new _revert_ command to revert specific commits
31-
- Improves the _fetch_ command
31+
- Improves and enhances the _fetch_ command
3232
- Adds a new _Fetch All & Prune_ confirmation option
3333
- Adds the last fetched on date to the confirmation step, when a single repo is selected
34-
- Improves the _pull_ command
34+
- Improves and enhances the _pull_ command
3535
- Adds a _Fetch_ button to the quick pick menu toolbar on the confirmation step, when a single repo is selected
3636
- Adds the last fetched on date to the confirmation step, when a single repo is selected
3737
- Adds the number of commits to pull on the confirmation step, when a single repo is selected
38-
- Improves the _push_ command
38+
- Improves and enhances the _push_ command
3939
- Adds a new _Force Push_ confirmation option
4040
- Adds the number of commits to push on the confirmation step, when a single repo is selected
41-
- Improves the _merge_ command
41+
- Improves and enhances the _merge_ command
4242
- Adds a new _Squash Merge_ confirmation option
4343
- Adds the ability to choose an arbitrary reference (commit id) just by typing (pasting)
44-
- Improves the _rebase_ command
44+
- Improves and enhances the _rebase_ command
4545
- Adds the ability to switch between picking a branch/tag or a specific commit via a toggle button in the quick pick menu toolbar
4646
- Adds the ability to choose an arbitrary reference (commit id) just by typing (pasting)
47-
- Improves the _cherry-pick_ command
47+
- Improves and enhances the _cherry-pick_ command
4848
- Adds the ability to choose an arbitrary reference (commit id) just by typing (pasting)
49-
- Improves the _checkout_ command — now renamed to _switch_ for better clarity and to align with the new Git 2.23 commands
49+
- Improves and enhances the _checkout_ command — now renamed to _switch_ for better clarity and to align with the new Git 2.23 commands
5050
- Adds the ability to create a local branch from a remote branch
5151
- Adds the ability to choose an arbitrary reference (commit id) just by typing (pasting)
52-
- Adds an all-new commit search experience, via _Git Commands_ (`gitlens.gitCommands`) or _Search Commits_ (`gitlens.showCommitSearch`)
52+
- Adds an all-new commit search experience, via the _Git Commands_ (`gitlens.gitCommands`) or _Search Commits_ (`gitlens.showCommitSearch`) commands
5353
- Adds the ability to match on more than one search pattern — closes [#410](https://github.com/eamodio/vscode-gitlens/issues/410)
5454
- Adds case-\[in\]sensitive matching support — defaults to the new `gitlens.gitCommands.search.matchCase` setting
5555
- Adds support for regular expression matching — defaults to the new `gitlens.gitCommands.search.matchRegex` setting
@@ -86,10 +86,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8686

8787
- Changes _Stash All Changes_ commands in the Source Control view to toggle --keep-index appropriately — closes [#698](https://github.com/eamodio/vscode-gitlens/issues/698)
8888
- Changes Ansible files to use document scope for code lens — thanks to [PR #813](https://github.com/eamodio/vscode-gitlens/pull/813) by Ahmadali Shafiee ([@ahmadalli](https://github.com/ahmadalli))
89-
- Changes all fetch commands to use the _fetch_ Git command
90-
- Changes all pull commands to use the _pull_ Git command
91-
- Changes all push commands to use the _push_ Git command
92-
- Changes all the stash commands to use the new _stash_ Git command
89+
- Changes fetch commands to use the _fetch_ Git command
90+
- Changes pull commands to use the _pull_ Git command
91+
- Changes push commands to use the _push_ Git command
92+
- Changes stash commands to use the new _stash_ Git command
9393
- Changes the _Checkout_ command on branches, commits, and tags to use the _switch_ Git command
9494
- Changes the _Cherry Pick Commit (via Terminal)_ command to use the _cherry-pick_ Git command
9595
- Changes the _Merge Branch (via Terminal)_, and _Squash Branch into Commit (via Terminal)_ commands to use the _merge_ Git command
@@ -121,7 +121,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
121121
- Fixes [#723](https://github.com/eamodio/vscode-gitlens/issues/723) (partially) - Top right tool loading/placement enhancement
122122
- Fixes issues with the _Open Changes with Working File_ command when invoked from a stash
123123
- Fixes issue where the _Open Line Changes with Previous Revision_ command would open the correct comparison in the diff editor
124-
- Fixes some issues with the _Open Changes with [Previous|Next] Revision_ commands when in the right or left side of the diff editor
124+
- Fixes some issues with the _Open Changes with Previous Revision_ and _Open Changes with Next Revision_ commands when in the right or left side of the diff editor
125125
- Fixes an issue with branch sorting when the current branch was tree'd
126126
- Fixes issues with the _Explore Repository from Revision_, _Open Revision_, _Open Files_, _Open Revisions_, _Open All Changes_, _Open All Changes with Working Tree_ commands in the latest VS Code
127127
- Fixes typo of "workbench.colorCustomization" in README — thanks to [PR #823](https://github.com/eamodio/vscode-gitlens/pull/823) by Kwok ([@mankwok](https://github.com/mankwok))

0 commit comments

Comments
 (0)