From 4f7d0dc0bfa4b8e22937bfb9e44e9bf14aa77ff1 Mon Sep 17 00:00:00 2001 From: scbj Date: Mon, 11 Aug 2025 13:41:25 +0200 Subject: [PATCH] (git) changed format to oneline with date --- gitconfig/.gitconfig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gitconfig/.gitconfig b/gitconfig/.gitconfig index 4934b09..bf99251 100644 --- a/gitconfig/.gitconfig +++ b/gitconfig/.gitconfig @@ -1,15 +1,19 @@ [core] editor = nvim + [pull] rebase = true + [log] date = iso-local -; [format] -; pretty = format:%C(yellow)%h %C(auto)%d %C(reset)%s %C(cyan)%ad + [include] path = ~/.config/.gitconfig +[format] + pretty = tformat:%C(yellow)%h %C(blue)%as%C(auto)%d %C(reset)%s + [alias] branches = branch -a graph = log --oneline --all --graph - oneline = log --oneline + oneline = log -20