-
When making changes to my Localizable.strings file, it doesn't seem to understand UTF-16 encoding, and show a text diff. When trying an external Diff tool, it also doesn't correctly launch "Beyond Co…
-
#### Is the feature request related to a problem
When running `await VerifyChecks.Run();`, it will throw out the following exception:
```
VerifyCheckException
Expected .gitIgnore to contain sett…
-
## Summary
.gitattributes export-subst are not being handled at all by git-export-all (upstream issue https://github.com/Kentzo/git-archive-all/issues/81). No progress on this is evident, and the …
-
#### What is the problem?
While exploring the brand new flashy openneuro bucket, where they use "export" functionality of git annex special remotes, we noted proliferation of versions of the files (t…
-
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.69.0
- OS Version: Windows 10.0.1.19044
**Steps to Reproduce:**
1. Open a local git reposi…
-
### What in this template can be improved or added as a feature?
I think .gitattributes should be added to it
### What exactly should be updated?
I think .gitattributes should be added to it
### H…
-
Into `.gitattributes`:
```js
*.lockb binary diff=lockb
```
Into `.git/config`:
```
[diff "lockb"]
textconv = bun
binary = true
```
-
This is related to #1099 but happens when a whole folder is tracked by lfs and a .gitattributes file is added in it.
Basically while lfs prevents you from tracking a .gitattributes file directly it…
-
I was creating a workflow that included a job with a WordPress container, and when I used `actions/checkout@v2` I noticed that none of my `.` files (except `.gitattributes` and `.gitignore`) were bein…
-
We can use this to specify git configurations such as respecting line endings when cloning the repo. This will allow for a greater level of consistency across various reversing environments.