Commit 3f221b6
authored
git-crypt (#56)
* Configure Git attributes `filter` and `diff` to use `git-crypt` setup
Ensured to exclude Git specific `.gitattributes` and `.gitignore` files.
Epic GH-33
Depends on GH-35 GH-49
GH-48
<--------------------------------------------------------------------->
* Import trusted GPG keys for git-crypt
Initialized git-crypt for the repository with `git-crypt init`.
Added GPG keys of all core team members by running the
`git-crypt add-gpg-user --trusted --no-commit <ID>` command where
`--no-commit` flag prevents automatic commit of generated files while
`--trusted` assumes the GPG user IDs are trusted.
Epic GH-33
Depends on GH-35 GH-49
Resolves GH-481 parent 955cd7c commit 3f221b6
File tree
4 files changed
+13
-0
lines changed- .git-crypt
- keys/default/0
4 files changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments