We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a881783 commit dd3ce73Copy full SHA for dd3ce73
git/.gitconfig
@@ -29,6 +29,9 @@
29
mnemonicprefix = true
30
renames = copies
31
submodule = log
32
+[diff "gpg"]
33
+ binary = true
34
+ textconv = gpg -d --quiet --yes --compress-algo=none --no-encrypt-to --batch --use-agent
35
[init]
36
defaultBranch = main
37
[merge]
scripts/check-line-length.bash
@@ -6,6 +6,7 @@ set -o pipefail
6
find=(
7
find .
8
-name .git -prune -o
9
+ -name .gitconfig -o
10
-name "*.elc" -o
11
-type f -print
12
)
0 commit comments