From d42b596aa3da002c10f6eb6274cb11e429f139ca Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 1 May 2017 12:05:54 -0400 Subject: [PATCH] gitconfig: add gitcookies --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 4be988b..53923dd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -59,6 +59,8 @@ conflictstyle = diff3 [rebase] autosquash = true +[http] + cookiefile = ~/.gitcookies [transfer] # https://groups.google.com/forum/m/#!topic/binary-transparency/f-BI4o8HZW0 fsckobjects = true -- 2.39.5