diff options
author | Mike Beattie <mike@ethernal.org> | 2018-06-18 10:02:32 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2018-06-18 10:02:32 +1200 |
commit | 3566bf26e4e1778d0a7bdd728afb813968343353 (patch) | |
tree | 5834c6783a064b6cbb1b3339993686dda071b58a | |
parent | 29617a00b99b629344e0d8ba8349637b0fdb7eb2 (diff) |
GIT: Add cache credential helper
Signed-off-by: Mike Beattie <mike@ethernal.org>
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |