Skip to content

Commit 6444c1e

Browse files
committed
Remove spacing between the key and value in git attributes
The previous command "renormalize = true" caused the following to be dumped on the console with any gitcrypt enabled repo: is not a valid attribute name: .git/info/attributes:3
1 parent dcc8ad1 commit 6444c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitcrypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ init_config() {
9595

9696
echo "$pattern filter=encrypt diff=encrypt" >> $attrs
9797
echo "[merge]" >> $attrs
98-
echo " renormalize = true" >> $attrs
98+
echo " renormalize=true" >> $attrs
9999

100100
# Encryption
101101
git config gitcrypt.salt "$SALT"

0 commit comments

Comments
 (0)