Browse Source

Fixes rebase status getting stuck

main
Eric Amodio 4 years ago
parent
commit
86e9a26e3d
2 changed files with 4 additions and 0 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +3
    -0
      src/git/models/repository.ts

+ 1
- 0
CHANGELOG.md View File

@ -37,6 +37,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Fixes [1336](https://github.com/eamodio/vscode-gitlens/issues/1336) - Need to allow GitLens to connect to GitHub in every Codespace (requires VS Code v1.54-insiders or later)
- Fixes [1363](https://github.com/eamodio/vscode-gitlens/issues/1363) - Error 'Unable to open compare', when git setting log.showsignature is active
- Fixes [1368](https://github.com/eamodio/vscode-gitlens/issues/1368) - Suppress message "GitLens was unable to find Git"
- Fixes an issue where the rebase status in the views could get "stuck" after a rebase completed
- Fixes typo in README — thanks to [PR #1374](https://github.com/eamodio/vscode-gitlens/pull/1374) by David Rees ([@studgeek](https://github.com/studgeek))
## [11.2.1] - 2021-02-02

+ 3
- 0
src/git/models/repository.ts View File

@ -248,7 +248,10 @@ export class Repository implements Disposable {
**/.git/index,\
**/.git/HEAD,\
**/.git/*_HEAD,\
**/.git/MERGE_*,\
**/.git/refs/**,\
**/.git/rebase-merge/**,\
**/.git/sequencer/**,\
**/.gitignore\
}',
),

||||||
x
 
000:0
Loading…
Cancel
Save