From 3566bf26e4e1778d0a7bdd728afb813968343353 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Mon, 18 Jun 2018 10:02:32 +1200 Subject: GIT: Add cache credential helper Signed-off-by: Mike Beattie --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index db56610..05b1f71 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,5 @@ [alias] ll = !git --no-pager log --format=\"%C(auto)%h%C(green)%>(12,trunc) %ar%C(cyan)%>(12,trunc) %aN%C(auto)%d% s\" --all --graph lll = !git --no-pager log --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\" --all --graph +[credential] + helper = cache --timeout=3600 -- cgit v1.2.3