Browse Source

Updates CHANGELOG & README

main
Eric Amodio 5 years ago
parent
commit
3bd2fc98fe
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      CHANGELOG.md
  2. +1
    -1
      README.md

+ 2
- 2
CHANGELOG.md View File

@ -8,8 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## Added
- Adds a new _Compare Current Branch with..._ node to each repository in the _Repositories_ view — closes [#293](https://github.com/eamodio/vscode-gitlens/issues/293)
- **Compare Current Branch with...** — optionally shows a comparison of the current branch to a user-selected reference
- Adds a new _Compare Current Branch with <branch, tag, or ref>_ node to each repository in the _Repositories_ view &mdash; closes [#293](https://github.com/eamodio/vscode-gitlens/issues/293)
- **Compare Current Branch with <branch, tag, or ref>** &mdash; optionally shows a comparison of the current branch to a user-selected reference
- **\* Commits** &mdash; lists the commits between the compared revisions
- Expands to provide the message, author, date, and change indicator of each revision (commit)
- Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes

+ 1
- 1
README.md View File

@ -282,7 +282,7 @@ The repositories view provides the following features,
- **\* Files Changed** &mdash; lists all the "working" changes
- Expands to a file-based view of all changed files in the working tree ([optionally](#repositories-view-settings- 'Jump to the Repositories view settings')) and/or all files in all commits ahead of the upstream
- An inline toolbar provides quick access to the _Stash All Changes_ command
- **Compare Current Branch with...** &mdash; [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows a comparison of the current branch to a user-selected reference
- **Compare Current Branch with <branch, tag, or ref>** &mdash; [optionally](#repositories-view-settings- 'Jump to the Repositories view settings') shows a comparison of the current branch to a user-selected reference
- **\* Commits** &mdash; lists the commits between the compared revisions
- Expands to provide the message, author, date, and change indicator of each revision (commit) &mdash; fully [customizable](#view-settings- 'Jump to the View settings')
- Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes

Loading…
Cancel
Save