gitHistoryVSCode icon indicating copy to clipboard operation
gitHistoryVSCode copied to clipboard

Git History for Visual Studio Code

Results 100 gitHistoryVSCode issues
Sort by recently updated
recently updated
newest added

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

**Describe the Bug** I like to do long term development locally on a side branch from master that I never push up. I just work locally, with regular rebasing from...

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

## procedure to reproduct this bug 1. in a commit, I rename a file named a.py to copy.py, and modified its content 2. I want to view the difference before...

**Describe the Bug** ![image](https://user-images.githubusercontent.com/68118705/148004513-14806967-584b-4829-bf94-1b8018d1a782.png) As you can see from the image, can't interact with those action buttons **Steps To Reproduce** 1. Open a git history list with enough commits to...

Can you add setting to group commits by date? Sample: ``` ------------------------------ 2017-03-14 commit1....................................[copy hash] commit2....................................[copy hash] ------------------------------ 2017-03-13 commit3....................................[copy hash] ------------------------------ 2017-03-10 commit4....................................[copy hash] commit5....................................[copy hash] commit6....................................[copy hash] commit7....................................[copy...

enhancement-ui-filter
enhancement-ui-data

Fixes #678 Fixes github remote link in header Fixes #644 - Disable virtualWorkspaces for now Fixes #643 - Workspace trust is required

If I'm on a private repository, no GitHub avatars seem to display. I'm not entirely sure why this is the case, as when I used Atom they were somehow displayed....

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

We always press `F1` and type `git log` to open git history page. Would be really nice to have an auto focus to search bar so we can immediately start...