1
0
Fork 0

Disable compression in git

Compression shall be done by the FS.
This commit is contained in:
tastytea 2022-04-27 17:58:00 +02:00
parent f75cb91d0d
commit 4925847c43
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
review = log --patch --reverse
[core]
pager = ( delta || diff-highlight | ( highlight-diffpatch || cat ) | less --tabs=4 -RFX )
compression = 0
[interactive]
diffFilter = ( delta || cat )
[delta]