-
I've been able to integrate sops with git such that files are decrypted/encrypted on checkout/commit. This was achieved like this:
1. Set up git-filter config
git config --local filter.s…
-
Marker uses ui_test in the CI and runs them on Ubuntu, MacOS, and windows. The `$DIR` value replacement for paths works very well for unix-based systems with `/` but struggles on windows. The default …
-
```
echo "*.do linguist-language=Python" >> .gitattributes
```
Repository is currently throwing off all the language stats for Stata. Simple fix and will correctly classify the repo.
-
My .gitattributes
/Tests/ export-ignore
**Expected behavior:**
`./Tests` is excluded from archive
**Actual behavior**
`./Tests` is included
**Comment**:
if I change the line t…
-
If we are doing a lot of manipulating or parsing of gitattributes files, we might want to roll that out into a separate (well-tested) library, or try to rely on another library for that if possibe.
-
-
It would make PR's way more parsable if .gitattributes would hide generated or vendored files in a pull request. Updating `node_modules` for Javascript or `vendor` for Go are making our PR's like 100k…
-
Running `is_dirty()` on my repo takes 5 minutes because it's a large repo, has text conversion enabled for diffs, and `is_dirty()` is outputting a full diff. `is_dirty()` should be a relatively simple…
-
It looks like we have the settings of the individual git's different configured and working on different OS (Windows vs Mac) causing various merging conflicts due to line endings.
Reading a bit how …
-
Currently, people using a newer language on Github either have to accept a total lack of support for the language, or use .gitattributes with `linguist-language` to select a syntax highlighter that's …