myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit e40e21c9bd54d8c20ce38c3958636855f3a1a3da
parent 538e2ebca3fcb021eb62992f1b1d3014aad29d39
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Mon, 29 Jun 2020 10:18:32 +0200

rebase

Diffstat:
gitconfig | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/gitconfig b/gitconfig @@ -44,3 +44,5 @@ packSizeLimit = 32m threads = 1 deltaCacheSize = 32m +[pull] + rebase = false