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

**Describe the Bug** Description of what the bug is. **Steps To Reproduce** Use Git History in VSCode **Expected Behavior** ![image](https://user-images.githubusercontent.com/31365213/166862718-81ebe5b9-eab1-435a-b323-16ce5331f2b8.png) Cannot read properties of undefined (reading 'trim') **Environment** - OS:...

**Describe the Bug** The History window/tab doesn't appear when clicking the View History button on toolbar in VS Code for Fedora Linux (Fedora's RPM-repository install, not Flatpack). The History window/tab...

**Describe the Bug** When checking the commit details, the previous/next buttons cover the buttons beneath them, which is faulty: ![image](https://github.com/DonJayamanne/gitHistoryVSCode/assets/28700378/eb028657-30cd-4eb7-bb9c-92f15fb98269) **Steps To Reproduce** 1. Click a commit with a lot...

**Describe the Bug** When the cursor is at line 10, clicking "show line history" will show the history for line 11. **Steps To Reproduce** 1. Put your cursor at some...

OS: Kubuntu 20.04 VSCode version: 1.56.2 Extension version: 0.6.18 In `Git: View History (git log)` page, page buttons are overlapping commit buttons ![image](https://user-images.githubusercontent.com/43291306/128591723-1ce24fb3-8265-4155-866f-645f7e9a4395.png)

**Describe the Bug** ![image](https://github.com/DonJayamanne/gitHistoryVSCode/assets/28700378/37a8929f-dae0-4845-9336-4a97fe3f7ef0) Faulty code: https://github.com/DonJayamanne/gitHistoryVSCode/blob/9f06b485d3382413b4fd4129b1b7a68fd0f9d96b/browser/src/components/LogView/Commit/FileEntry/index.tsx#L70-L74 **Steps To Reproduce** File structure: -src/index.tsx -eva/index.tsx 1. Make changes to the above files and commit them 2. Open `src/index.tsx` 3. Use `git.viewFileHistory`...

**Describe the Bug** While git log features work and basic history searching seems functional, it seems that my current system creates a strange behavior where the path is being referenced...

**Describe the Bug** History page has an alignment issue when there is a single commit. ![image](https://github.com/DonJayamanne/gitHistoryVSCode/assets/85044853/8e3c61f5-008d-4d62-8ea0-1519007f8d71) **Steps To Reproduce** 1. Open the `View History` page on a repo/branch with a...

When you have the log open, it is possible to select only one commit. In order to compare 2 commits you have firstly to select one commit with the More...

Type: Bug When listing Git history, the dates against each commit are in the US-only month/day/year rather than the day/month/year or year-month-day format I have set on my machines. This...